Fix linting

This commit is contained in:
carljbowman 2018-07-16 19:25:35 -04:00
parent 12c0706dbb
commit cf7149a356
4 changed files with 18 additions and 18 deletions

View file

@ -72,8 +72,8 @@
text-align: center;
p {
margin-left: .5rem;
margin-right: .5rem;
margin-right: .5rem;
margin-left: .5rem;
}
}

View file

@ -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;
}
}
}

View file

@ -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;
}
}

View file

@ -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;
}
}
}