generated from Seekra/repository-template
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
27f696247d
|
|||
|
3a07b0482f
|
|||
|
88634e10cd
|
|||
|
98cc6b7556
|
|||
|
0bb0f23347
|
|||
|
02af96a07d
|
|||
|
a6194bb874
|
|||
|
d6700d6965
|
|||
|
54ffaf73e3
|
|||
|
ebe21f7f4d
|
|||
|
37515268d7
|
|||
|
c919263c36
|
|||
|
592eb7222f
|
|||
|
98579b726b
|
|||
|
4e6c94afc8
|
|||
|
f2f7e9e23c
|
|||
|
08949d5bb4
|
|||
|
65153db414
|
|||
|
58e4640965
|
+5
-2
@@ -42,15 +42,18 @@ watch(colorScheme, val => updateColorScheme(val))
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.main-content {
|
||||
#app-wrapper {
|
||||
--main-content-padding-x: 30px;
|
||||
--main-content-padding-y: 40px;
|
||||
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x);
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.main-content {
|
||||
#app-wrapper {
|
||||
--main-content-padding-x: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ import NavbarSearchBarWrapper from './NavbarSearchBarWrapper.vue';
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 18px 40px;
|
||||
padding: 18px var(--main-content-padding-x);
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
|
||||
@@ -68,8 +68,9 @@ const submitSearch = function () {
|
||||
}
|
||||
|
||||
.slogan {
|
||||
margin: 0;
|
||||
margin-top: 1rem;
|
||||
font-size: small;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
||||
Reference in New Issue
Block a user