Fix margin for single page
This commit is contained in:
parent
031c995310
commit
c6fc0437e8
1 changed files with 14 additions and 9 deletions
|
@ -411,6 +411,20 @@ mark {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Taxonomies */
|
||||
.page__title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.page__content {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Single */
|
||||
.single {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Cards UI*/
|
||||
.cards {
|
||||
display: flex;
|
||||
|
@ -452,15 +466,6 @@ mark {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/* Taxonomies */
|
||||
.page__title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.page__content {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Post */
|
||||
.post__meta {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue