Space out li so they can be used as touch targets

develop
Nathan Steel 4 years ago
parent ab6be4807e
commit c490bce384

@ -93,6 +93,9 @@ main{
nav>a:first-child{ nav>a:first-child{
border: none; border: none;
} }
ul li{
margin: 0.35rem;
}
} }
@media screen and (max-width: 600px) and (prefers-color-scheme: dark){ @media screen and (max-width: 600px) and (prefers-color-scheme: dark){

Loading…
Cancel
Save