mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-17 12:20:06 +00:00
Increase nav link spacing on mobile
Makes them easier to tap with my sausage fingers
This commit is contained in:
parent
bab75dcebc
commit
40bd939456
1 changed files with 3 additions and 6 deletions
|
@ -21,7 +21,7 @@ header#banner h2 {
|
||||||
|
|
||||||
header#banner nav {
|
header#banner nav {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 1rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header#banner nav ul {
|
header#banner nav ul {
|
||||||
|
@ -33,15 +33,12 @@ header#banner nav ul {
|
||||||
|
|
||||||
header#banner nav ul li {
|
header#banner nav ul li {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0 0.5rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main#content h1,
|
main#content h1,
|
||||||
main#content h2,
|
main#content h2,
|
||||||
main#content h3,
|
main#content h3 {
|
||||||
main#content h4,
|
|
||||||
main#content h5,
|
|
||||||
main#content h6 {
|
|
||||||
margin: 1.5rem 0 1rem;
|
margin: 1.5rem 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue