Try to fix craziness happening with top menu but not bottom. Add padding to bottom.
This commit is contained in:
parent
1498aeefb9
commit
589146343b
@ -35,19 +35,16 @@
|
||||
}
|
||||
|
||||
/** Make the menu items centered and layout horizontal. **/
|
||||
/*
|
||||
/**/
|
||||
.menu {
|
||||
margin-top: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
*/
|
||||
/**/
|
||||
.menu-list {
|
||||
text-align: center;
|
||||
list-style-type: none;
|
||||
padding-left: 0px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user