mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fixes to spacing around page content and a few other fixes
This commit is contained in:
parent
502ead072f
commit
ad1531aff3
1 changed files with 5 additions and 8 deletions
|
@ -14,6 +14,7 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
/* override view padding for share banner */
|
||||
#view {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gui {
|
||||
|
@ -74,6 +75,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
@media #{$medium-and-small} {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
@media #{$small} {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -98,10 +103,6 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
text-align: left;
|
||||
font-size: .8rem;
|
||||
flex-grow: 1;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
|
@ -244,10 +245,6 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
|
||||
@media #{$small} {
|
||||
width: 100%;
|
||||
|
||||
.stage-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue