mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Fix top menu paddings
This commit is contained in:
parent
00cffb5773
commit
32df452e13
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
}
|
||||
.nav-menu .top-menu {
|
||||
grid-area: top;
|
||||
padding-top: 8px;
|
||||
margin-bottom: -8px;
|
||||
padding-top: 4px;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
.nav-menu section {
|
||||
padding: 4px 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue