mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-13 02:18:29 +00:00
Fix margins for taxonomies
This commit is contained in:
parent
55f83239d4
commit
d11d050428
1 changed files with 9 additions and 0 deletions
|
@ -411,6 +411,15 @@ mark {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Taxonomies */
|
||||
.page__title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.page__content {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Post */
|
||||
.post__meta {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue