mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 09:53:12 +00:00
Improve touchtarget for DropDown
Improve FourOhFour page
This commit is contained in:
parent
e8493d53f8
commit
4433d7cc19
6 changed files with 162 additions and 166 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue