mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix linting
This commit is contained in:
parent
12c0706dbb
commit
cf7149a356
4 changed files with 18 additions and 18 deletions
|
@ -72,8 +72,8 @@
|
|||
text-align: center;
|
||||
|
||||
p {
|
||||
margin-left: .5rem;
|
||||
margin-right: .5rem;
|
||||
margin-right: .5rem;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -131,9 +131,9 @@ $base-bg: $ui-white;
|
|||
}
|
||||
|
||||
#projectBox {
|
||||
.button {
|
||||
width: $cols4;
|
||||
}
|
||||
.button {
|
||||
width: $cols4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -150,9 +150,9 @@ $base-bg: $ui-white;
|
|||
}
|
||||
|
||||
#projectBox {
|
||||
.button {
|
||||
width: $cols6;
|
||||
}
|
||||
.button {
|
||||
width: $cols6;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -175,7 +175,7 @@ $base-bg: $ui-white;
|
|||
}
|
||||
}
|
||||
.button {
|
||||
width: $cols9;
|
||||
width: $cols9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
}
|
||||
|
||||
.messages-social-loadmore {
|
||||
width: $cols4;
|
||||
width: $cols4;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -155,7 +155,7 @@
|
|||
}
|
||||
|
||||
.messages-social-loadmore {
|
||||
width: $cols6;
|
||||
width: $cols6;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -165,6 +165,6 @@
|
|||
}
|
||||
|
||||
.messages-social-loadmore {
|
||||
width: $cols8;
|
||||
width: $cols8;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -163,8 +163,8 @@ $base-bg: $ui-white;
|
|||
}
|
||||
|
||||
#projectBox {
|
||||
.button {
|
||||
width: $cols4;
|
||||
.button {
|
||||
width: $cols4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -183,8 +183,8 @@ $base-bg: $ui-white;
|
|||
}
|
||||
|
||||
#projectBox {
|
||||
.button {
|
||||
width: $cols6;
|
||||
.button {
|
||||
width: $cols6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -202,8 +202,8 @@ $base-bg: $ui-white;
|
|||
}
|
||||
|
||||
#projectBox {
|
||||
.button {
|
||||
width: $cols9;
|
||||
.button {
|
||||
width: $cols9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue