generated from Seekra/repository-template
feat(fully-wide-search-bar): Reduce main content horizontal padding on small screens
This commit is contained in:
@@ -49,6 +49,12 @@ watch(colorScheme, val => updateColorScheme(val))
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 48rem) {
|
||||||
|
.main-content {
|
||||||
|
--main-content-padding-x: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#app-wrapper {
|
#app-wrapper {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user