mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fixed linting errors
This commit is contained in:
parent
6f5b5c3278
commit
8009978c06
3 changed files with 3 additions and 3 deletions
|
@ -111,8 +111,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
|
||||
.form-group.has-error {
|
||||
.textarea, select {
|
||||
border: 1px solid $ui-orange;
|
||||
margin: 0;
|
||||
border: 1px solid $ui-orange;
|
||||
}
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
justify-content: flex-start;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
|
@ -13,8 +13,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
flex: 1;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.share-date {
|
||||
|
|
Loading…
Reference in a new issue