digitalglarus: modified styles of post detail

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-09-26 16:09:47 -06:00
parent eb1d4b04a5
commit 6deb4cd64c
1 changed files with 5 additions and 1 deletions

View File

@ -218,7 +218,11 @@ footer p {
}
.digitalglarus-blog-content {
padding: 0 20px;
padding: 0 40px;
}
@media screen and (min-width:361px) {
padding: auto;
}
.blog-abstract > * {