diff --git a/pages/helpers/main.css b/pages/helpers/main.css index eab64a4..c11f530 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -23,7 +23,7 @@ [class*="col-"] { float: left; - padding: 10px; + padding: 15px; /*border: 1px solid green;*/ /* FORTESTING otherwise disable */ } @@ -35,19 +35,16 @@ } /** Make the menu items centered and layout horizontal. **/ - /**/ + /* .menu { padding-top: 10px; padding-bottom: 10px; } - /**/ + */ .menu-list { text-align: center; list-style-type: none; padding-left: 0px; - - align-items: center; - justify-content: center; } .menu_item { display: inline-block; diff --git a/pages/helpers/menu.php b/pages/helpers/menu.php index 48035ef..57c7018 100755 --- a/pages/helpers/menu.php +++ b/pages/helpers/menu.php @@ -3,7 +3,7 @@