generated from Seekra/repository-template
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
918d6768e8
|
|||
|
924698df24
|
|||
|
521f1becb4
|
|||
|
dc1caac2ed
|
|||
|
e8cb978a61
|
|||
|
1c3175a3e4
|
|||
|
a97ee3c660
|
|||
|
baa1f6ed44
|
|||
|
d5b76b0a17
|
|||
|
5c3d7ce535
|
+2
-5
@@ -42,18 +42,15 @@ watch(colorScheme, val => updateColorScheme(val))
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#app-wrapper {
|
.main-content {
|
||||||
--main-content-padding-x: 30px;
|
--main-content-padding-x: 30px;
|
||||||
--main-content-padding-y: 40px;
|
--main-content-padding-y: 40px;
|
||||||
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x);
|
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x);
|
||||||
}
|
|
||||||
|
|
||||||
.main-content {
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
#app-wrapper {
|
.main-content {
|
||||||
--main-content-padding-x: 15px;
|
--main-content-padding-x: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ import NavbarSearchBarWrapper from './NavbarSearchBarWrapper.vue';
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 18px var(--main-content-padding-x);
|
padding: 18px 40px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -67,10 +67,9 @@ const submitSearch = function () {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slogan {
|
.slogan{
|
||||||
margin-top: 1rem;
|
margin: 0;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user