1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Increase nav link spacing on mobile

Makes them easier to tap with my sausage fingers
This commit is contained in:
rohan kumar 2020-11-30 13:06:09 -08:00
parent bab75dcebc
commit 40bd939456
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -21,7 +21,7 @@ header#banner h2 {
header#banner nav {
display: inline-block;
padding: 0 1rem;
padding: 0 0.5rem;
}
header#banner nav ul {
@ -33,15 +33,12 @@ header#banner nav ul {
header#banner nav ul li {
display: inline;
margin: 0 0.5rem;
margin: 0.25rem;
}
main#content h1,
main#content h2,
main#content h3,
main#content h4,
main#content h5,
main#content h6 {
main#content h3 {
margin: 1.5rem 0 1rem;
}