Improve touchtarget for DropDown

Improve FourOhFour page
This commit is contained in:
Michał Gdula 2024-04-25 19:48:12 +01:00
parent e8493d53f8
commit 4433d7cc19
6 changed files with 162 additions and 166 deletions

View file

@ -51,6 +51,15 @@ h6 {
p {
font-size: $font-size-p;
font-weight: $font-weight-normal;
a {
text-decoration: none;
color: $color-primary;
&:hover {
text-decoration: underline;
}
}
}
small {
font-size: $font-size-small;