mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
two more tweaks with the mobile version
This commit is contained in:
parent
c28b5051ca
commit
9cbcd80c76
1 changed files with 2 additions and 1 deletions
|
@ -190,12 +190,13 @@
|
|||
@media only screen and (max-width: $mobile - 1) {
|
||||
.feature-top-banner {
|
||||
overflow: hidden;
|
||||
min-height: 35rem;
|
||||
min-height: 32rem;
|
||||
|
||||
.feature-top-container {
|
||||
right: 0;
|
||||
left: 0;
|
||||
min-height: 30rem;
|
||||
max-width: 100%;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue