mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-04 09:08:54 +00:00
Improve visibility of multiline menu entries
This commit is contained in:
parent
9d962f91ff
commit
ff3fe0b6f0
2 changed files with 18 additions and 18 deletions
|
@ -2627,8 +2627,8 @@ table.alt tfoot {
|
|||
text-transform: uppercase;
|
||||
display: block;
|
||||
border-bottom: none;
|
||||
padding: 0.3rem 0.8rem;
|
||||
line-height: 2.5em;
|
||||
padding: 0.5rem 0.8rem;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
#header .dropdown li ul li a:hover {
|
||||
color: #181818;
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
text-transform: uppercase;
|
||||
@include vendor('display', 'block');
|
||||
border-bottom: none;
|
||||
padding: 0.3rem 0.8rem;
|
||||
line-height: 2.5em;
|
||||
padding: 0.5rem 0.8rem;
|
||||
line-height: 1.5em;
|
||||
|
||||
&:hover {
|
||||
color: #181818;
|
||||
|
|
Loading…
Add table
Reference in a new issue