Line 712: | Line 712: | ||
#bodyContent nav { | #bodyContent nav { | ||
display:none; | display:none; | ||
− | |||
− | |||
position: fixed; | position: fixed; | ||
+ | background-color: white; | ||
+ | box-shadow: 0 5px 15px rgba(0,0,0,0.3); | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
Line 720: | Line 720: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#bodyContent .menu { | #bodyContent .menu { | ||
− | width: | + | width:80%; |
+ | margin:auto; | ||
display: flex; | display: flex; | ||
− | |||
flex-direction: row; | flex-direction: row; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
padding: 0 20px; | padding: 0 20px; | ||
+ | } | ||
+ | |||
+ | #bodyContent nav li::before{ | ||
+ | content:none; | ||
+ | } | ||
+ | |||
+ | #bodyContent nav ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
} | } | ||
Line 754: | Line 755: | ||
color: #777; | color: #777; | ||
padding: 15px; | padding: 15px; | ||
− | font-size: | + | font-size: 14px; |
+ | font-weight: bold; | ||
} | } | ||
Revision as of 14:22, 29 October 2017