mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Adjust middle banner width and margin to match other front page rows
This commit is contained in:
parent
4129a701e7
commit
d1d7b2e711
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@
|
||||||
|
|
||||||
@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) {
|
@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) {
|
||||||
.beta-middle-banner {
|
.beta-middle-banner {
|
||||||
|
margin: 20px auto 40px auto;
|
||||||
|
width: $cols8;
|
||||||
height: initial;
|
height: initial;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue