mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix spacing issues
Fixes Travis testing
This commit is contained in:
parent
0b6b81e1f1
commit
e73b26b686
1 changed files with 4 additions and 4 deletions
|
@ -81,9 +81,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $tablet - 1) {
|
@media only screen and (max-width: $tablet - 1) {
|
||||||
.index{
|
.index {
|
||||||
.flex-row {
|
.flex-row {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue