chore: more styling
This commit is contained in:
parent
92ec43f34b
commit
6801bf90ec
1 changed files with 2 additions and 7 deletions
|
@ -161,7 +161,7 @@ th {
|
||||||
/* header */
|
/* header */
|
||||||
.main__title {
|
.main__title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 1.25rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__title h1 {
|
.main__title h1 {
|
||||||
|
@ -233,7 +233,7 @@ nav ul li .active svg:hover {
|
||||||
|
|
||||||
/* layout */
|
/* layout */
|
||||||
.default__wrapper {
|
.default__wrapper {
|
||||||
padding-top: 1rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__wrapper {
|
.main__wrapper {
|
||||||
|
@ -477,7 +477,6 @@ footer nav {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-top: 2.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__title h1 {
|
.main__title h1 {
|
||||||
|
@ -487,10 +486,6 @@ 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