Commit 32686c88 authored by seotts's avatar seotts Committed by Karishma Chadha

more progress on responsive subnavbar

parent 8838687b
......@@ -374,11 +374,18 @@ img.tips-icon {
}
@media #{$medium-and-smaller} {
height: 150px;
justify-content: center;
height: auto;
> .flex-row {
flex-direction: row;
-webkit-flex-direction: row;
justify-content: flex-start;
}
a {
padding: 10px;
margin: 2px;
margin: 5px;
border: 1px solid $type-white;
border-radius: 10px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment