mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fix styling error
This commit is contained in:
parent
55f95bb2a8
commit
f0703b9f46
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: $cols12;
|
width: $cols12;
|
||||||
justify-content: space-between; }
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue