This commit is contained in:
Paulus Schoutsen 2014-12-21 15:25:26 -08:00
parent 52f81a715e
commit 58ff384360
11 changed files with 325 additions and 9 deletions

View file

@ -17,15 +17,26 @@
margin-top: -18px;
}
.hero-buttons a {
margin: 0 30px 10px 0;
&:last-child {
margin: 0;
}
}
article.post, article.page {
table, img {
img, table {
border-radius: 3px;
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
}
table {
img.no-shadow {
border: 0;
box-shadow: none;
}
& > table {
background-color: white;
}
}