fix: Made sidenav larger on mobile
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s
This commit is contained in:
@ -189,7 +189,7 @@ footer {
|
|||||||
}
|
}
|
||||||
.mobile-nav-header h1 {
|
.mobile-nav-header h1 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 600;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
.mobile-nav ul {
|
.mobile-nav ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -198,6 +198,7 @@ footer {
|
|||||||
}
|
}
|
||||||
.mobile-nav ul li {
|
.mobile-nav ul li {
|
||||||
border-bottom: var(--borders);
|
border-bottom: var(--borders);
|
||||||
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
.mobile-nav ul li:first-child {
|
.mobile-nav ul li:first-child {
|
||||||
border-top: var(--borders);
|
border-top: var(--borders);
|
||||||
@ -210,7 +211,7 @@ footer {
|
|||||||
color: rgba(var(--black), .52);
|
color: rgba(var(--black), .52);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.5rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.mobile-nav ul li span {
|
.mobile-nav ul li span {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user