Line 14: | Line 14: | ||
.bar { | .bar { | ||
margin-top: 15px; | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | /* padding */ | ||
+ | .navbar { | ||
+ | position: relative; | ||
+ | display: -ms-flexbox; | ||
+ | display: flex; | ||
+ | -ms-flex-wrap: wrap; | ||
+ | flex-wrap: wrap; | ||
+ | -ms-flex-align: center; | ||
+ | align-items: center; | ||
+ | -ms-flex-pack: justify; | ||
+ | justify-content: space-between; | ||
+ | padding: 0.25rem 1rem; | ||
} | } | ||
Revision as of 19:42, 13 June 2018