mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-29 14:48:55 +00:00
Revert "Improve visibility of multiline menu entries"
This reverts commit ff3fe0b6f0
.
This commit is contained in:
parent
66707c5485
commit
abef78d237
2 changed files with 18 additions and 18 deletions
|
@ -2635,8 +2635,8 @@ table.alt tfoot {
|
|||
text-transform: uppercase;
|
||||
display: block;
|
||||
border-bottom: none;
|
||||
padding: 0.5rem 0.8rem;
|
||||
line-height: 1.5em;
|
||||
padding: 0.3rem 0.8rem;
|
||||
line-height: 2.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.5rem 0.8rem;
|
||||
line-height: 1.5em;
|
||||
padding: 0.3rem 0.8rem;
|
||||
line-height: 2.5em;
|
||||
|
||||
&:hover {
|
||||
color: #181818;
|
||||
|
|
Loading…
Add table
Reference in a new issue