A little cleanup. ready to split to partials

This commit is contained in:
Matthew Dillon 2015-06-20 16:23:28 -08:00
parent 61818abcd9
commit 3612009d32
2 changed files with 1 additions and 2 deletions

37
static/css/starter.css Normal file
View file

@ -0,0 +1,37 @@
.siteHeader {
border-bottom: 1px solid #eee;
}
.logo {
font-size: 22px;
margin-bottom: 0;
}
@media (min-width: 48em) {
.logo {
float: left;
}
}
@media (min-width: 48em) {
.nav {
float: right;
}
}
.nav li {
display: inline;
line-height: 3.5;
margin-left: 25px;
}
.nav li:first-of-type {
margin-left: 0;
}
.siteContent {
padding: 50px 0;
text-align: center;
}
.siteFooter {
border-top: 1px solid #eee;
padding-top: 15px;
}