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 {
|
nav a {
|
||||||
padding-right: 1em;
|
padding: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--t1);
|
color: var(--t1);
|
||||||
}
|
}
|
||||||
|
@ -74,6 +74,7 @@ nav h2 {
|
||||||
nav> :last-child {
|
nav> :last-child {
|
||||||
float: right;
|
float: right;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* notification stuff */
|
/* notification stuff */
|
||||||
|
@ -354,4 +355,4 @@ form.disabled input {
|
||||||
form {
|
form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue