Style updates + truthy/falsy content udpate

This commit is contained in:
Tetsuro
2016-03-15 19:36:24 -04:00
parent 1aa4d93160
commit f0883806c4
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -87,6 +87,7 @@ h1 {
h2 {
font-size: 1.5em;
text-decoration: underline;
margin-top: $spacing-unit;
}
h3 {
+2 -1
View File
@@ -5,11 +5,12 @@
padding: $spacing-unit/4 $spacing-unit/2;
width: 200px;
border-radius: 4px;
text-decoration: none;
&:hover {
background: $color-blue-4;
text-decoration: none;
cursor: pointer;
text-decoration: none;
}
}
+1 -1
View File
@@ -12,7 +12,7 @@ $wrapper-width: 800px;
width: 100%;
}
.content__list {
.content {
max-width: $wrapper-width;
margin: 0 auto;
padding: 0 $spacing-unit;