From 1046d99eb3984272c402e4bd94c9a8f064340a2d Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Thu, 5 Aug 2021 19:02:25 -0400 Subject: [PATCH] Centered top menu --- styles/menus.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/styles/menus.css b/styles/menus.css index 1a039db..6dae7b9 100755 --- a/styles/menus.css +++ b/styles/menus.css @@ -38,8 +38,6 @@ #aboveheadermenu { font-family: serif; background: #fff; - border-bottom: solid 1px #ddd; - border-top: solid 1px #ddd; } #aboveheadermenu > ul > li { float: left; @@ -71,6 +69,19 @@ color: #ddd; } +#aboveheadermenu { + border-bottom: solid 0.15em #ddd; + max-width: 1000px; + min-width: 700px; + width: 80%; + margin: 0 auto; +} + +#aboveheadermenu ul { + width: max-content; + margin: 0 auto; +} + /* #aboveheadermenu > ul > li.has-sub > a { padding-right: 30px;