Make the search bar on the start page fully wide on small screens #94

Merged
jakob.scheid merged 8 commits from feature/fully-wide-search-bar-on-startpage-on-small-screens into main 2026-06-01 15:00:41 +02:00
Showing only changes of commit a30703dc3e - Show all commits
+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;