feat(fully-wide-search-bar): Reduce main content horizontal padding on small screens

This commit is contained in:
2026-06-01 13:29:36 +02:00
parent f480794817
commit a30703dc3e
+6
View File
@@ -49,6 +49,12 @@ watch(colorScheme, val => updateColorScheme(val))
flex-grow: 1;
}
@media (max-width: 48rem) {
.main-content {
--main-content-padding-x: 15px;
}
}
#app-wrapper {
min-height: 100vh;
display: flex;