mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
solution from before was not working if combined with current develop branch
This commit is contained in:
parent
d5641daae6
commit
8476cd3152
1 changed files with 2 additions and 1 deletions
|
@ -32,11 +32,12 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
margin: 0 auto;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
padding: 0 1rem;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
@media #{$intermediate} {
|
||||
min-width: 640px;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue