Browse Source

Centered top menu

main
Kenneth John Odle 3 years ago
parent
commit
1046d99eb3
  1. 15
      styles/menus.css

15
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;

Loading…
Cancel
Save