Homepage work + Readme

This commit is contained in:
Tetsuro
2015-01-27 15:29:13 -05:00
parent 1fad0e2638
commit 67865368aa
3 changed files with 25 additions and 6 deletions
+11 -3
View File
@@ -100,16 +100,23 @@ $on-laptop: 900px;
}
.sidebar--nav {
padding: $spacing-unit / 2;
padding: $spacing-unit/2 $spacing-unit;
> ul {
margin: 0;
> li {
margin-bottom: $spacing-unit;
margin-bottom: $spacing-unit / 2;
a {
}
}
ul {
margin-left: $spacing-unit/2;
li {
margin-top: $spacing-unit/2;
}
@@ -142,8 +149,9 @@ $on-laptop: 900px;
==============================================================================*/
.home--banner {
text-align: center;
h1 {
text-align: center;
font-weight: bold;
font-size: 5em;
}