mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-01-31 02:51:42 +00:00
change hitbox of navbar elements to be larger
This commit is contained in:
parent
4e63116005
commit
158b934a7a
1 changed files with 3 additions and 2 deletions
|
@ -62,7 +62,7 @@ nav {
|
|||
}
|
||||
|
||||
nav a {
|
||||
padding-right: 1em;
|
||||
padding: 1em;
|
||||
text-decoration: none;
|
||||
color: var(--t1);
|
||||
}
|
||||
|
@ -74,6 +74,7 @@ nav h2 {
|
|||
nav> :last-child {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/* notification stuff */
|
||||
|
@ -354,4 +355,4 @@ form.disabled input {
|
|||
form {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue