From cf57b5576bb44c9f9b4da69506e629c1db4577a2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 05:00:24 -0700 Subject: [PATCH] Try going back to a larger column padding now that menu items are explicitly 0. --- pages/helpers/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index adddc02..925501f 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 */ } @@ -36,9 +36,11 @@ /** Make the menu items centered and layout horizontal. **/ .menu { + /* margin-top: 5px; padding-top: 10px; padding-bottom: 10px; + */ } .menu-list { text-align: center;