mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
through map section
This commit is contained in:
parent
6279acb267
commit
4821a03baf
1 changed files with 3 additions and 1 deletions
|
@ -1273,14 +1273,16 @@ img.comment-viz{
|
|||
width: 100%;
|
||||
max-width: 170px;
|
||||
// display: flex;
|
||||
margin-top: -15px;
|
||||
@media #{$medium-and-smaller}{
|
||||
max-width: 100%;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.stat-block{
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 30px;
|
||||
@media #{$medium-and-smaller}{
|
||||
margin: 0 20px 50px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue