Fix margin for single page

This commit is contained in:
vimux 2018-03-10 07:42:33 +03:00
parent 031c995310
commit c6fc0437e8

View file

@ -411,6 +411,20 @@ mark {
text-decoration: none; text-decoration: none;
} }
/* Taxonomies */
.page__title {
margin-bottom: 0;
}
.page__content {
margin-top: 1rem;
}
/* Single */
.single {
margin-top: 10px;
}
/* Cards UI*/ /* Cards UI*/
.cards { .cards {
display: flex; display: flex;
@ -452,15 +466,6 @@ mark {
margin: 0; margin: 0;
} }
/* Taxonomies */
.page__title {
margin-bottom: 0;
}
.page__content {
margin-top: 1rem;
}
/* Post */ /* Post */
.post__meta { .post__meta {
font-size: 14px; font-size: 14px;