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;