@@ -156,13 +156,18 @@ header {
flex-direction: column;
border-radius: 4px;
box-shadow: 0 0 4px #333;
- padding: 0 10px;
+ padding: 0 15px;
margin-top: 15px
}
li {
height: 45px;
line-height: 45px;
text-align: center;
+ &.split{
+ width: 100%;
+ height: 1px;
+ background-color: rgba(255, 255, 255, 0.16);
+ }