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
0895719f36
commit
5832969912
1 changed files with 17 additions and 17 deletions
|
@ -264,9 +264,9 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
font-size: .875rem;
|
||||
|
||||
@media #{$small} {
|
||||
order: 100;
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
order: 100;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -378,29 +378,29 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
}
|
||||
|
||||
.stats, .subactions, .action-buttons {
|
||||
@media #{$medium-and-small} {
|
||||
margin: 0;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
@media #{$medium-and-small} {
|
||||
margin: 0;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
& > div, .action-button {
|
||||
@media #{$medium-and-small} {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
& > div, .action-button {
|
||||
@media #{$medium-and-small} {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stats, .subactions {
|
||||
@media #{$medium-and-small} {
|
||||
width: 100%;
|
||||
}
|
||||
@media #{$medium-and-small} {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.subactions {
|
||||
@media #{$medium-and-small} {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@media #{$medium-and-small} {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.project-loves,
|
||||
|
|
Loading…
Reference in a new issue