chore: mobile styles
This commit is contained in:
parent
ed6fadd9f7
commit
92ec43f34b
1 changed files with 5 additions and 1 deletions
|
@ -233,7 +233,7 @@ nav ul li .active svg:hover {
|
||||||
|
|
||||||
/* layout */
|
/* layout */
|
||||||
.default__wrapper {
|
.default__wrapper {
|
||||||
padding-top: 2rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__wrapper {
|
.main__wrapper {
|
||||||
|
@ -487,6 +487,10 @@ footer nav {
|
||||||
.now__topper h2 {
|
.now__topper h2 {
|
||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-2xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default__wrapper {
|
||||||
|
padding-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
|
|
Reference in a new issue