Try going back to a larger column padding now that menu items are explicitly 0.
This commit is contained in:
parent
a3f6f63be9
commit
cf57b5576b
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
[class*="col-"] {
|
[class*="col-"] {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 10px;
|
padding: 15px;
|
||||||
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,9 +36,11 @@
|
|||||||
|
|
||||||
/** Make the menu items centered and layout horizontal. **/
|
/** Make the menu items centered and layout horizontal. **/
|
||||||
.menu {
|
.menu {
|
||||||
|
/*
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.menu-list {
|
.menu-list {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user