chore: styles
This commit is contained in:
parent
80ccc7ae15
commit
975b22b252
1 changed files with 5 additions and 1 deletions
|
@ -155,7 +155,7 @@ nav ul li {
|
|||
}
|
||||
|
||||
nav ul li:not(:last-child) {
|
||||
margin-right: .75rem;
|
||||
margin-right: .6rem;
|
||||
}
|
||||
|
||||
nav svg {
|
||||
|
@ -506,6 +506,10 @@ footer nav {
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
nav ul li:not(:last-child) {
|
||||
margin-right: .75rem;
|
||||
}
|
||||
|
||||
.now__topper h2 {
|
||||
font-size: var(--font-size-2xl);
|
||||
}
|
||||
|
|
Reference in a new issue