🦄 Update setup instructions

This commit is contained in:
Raymond Wanyoike 2016-12-01 13:22:37 +03:00
commit 722eafd38d
4 changed files with 92 additions and 19 deletions

View file

@ -4,6 +4,10 @@
text-shadow: none;
}
body {
background-color: #f5f5f5;
}
a {
color: #333;
}
@ -30,7 +34,6 @@ hr {
.header,
.footer {
background-color: #f5f5f5;
padding: 1.5rem 0 .5rem;
}
@ -59,6 +62,7 @@ hr {
}
.main {
background-color: #fff;
padding: 1.5rem 0;
}
@ -101,11 +105,6 @@ hr {
text-decoration: underline
}
/* Pad article content */
.article .content p {
margin: 1.5rem 0;
}
@media (min-width: 576px) {
.header .title {
font-size: 3rem;