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. **/
|
/** Make the menu items centered and layout horizontal. **/
|
||||||
/*
|
/**/
|
||||||
.menu {
|
.menu {
|
||||||
margin-top: 5px;
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
*/
|
/**/
|
||||||
.menu-list {
|
.menu-list {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user