mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -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} {
|
@media #{$medium-and-smaller} {
|
||||||
height: 150px;
|
height: auto;
|
||||||
justify-content: center;
|
|
||||||
|
> .flex-row {
|
||||||
|
flex-direction: row;
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 2px;
|
margin: 5px;
|
||||||
border: 1px solid $type-white;
|
border: 1px solid $type-white;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue