mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
more progress on responsive subnavbar
This commit is contained in:
parent
8838687b96
commit
32686c8896
1 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue