Commit cf7149a3 authored by carljbowman's avatar carljbowman

Fix linting

parent 12c0706d
......@@ -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;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment