mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix alignment of tags in rtl #364
This commit is contained in:
parent
8b6767779e
commit
a13a13172a
2 changed files with 3 additions and 1 deletions
|
@ -451,6 +451,7 @@
|
||||||
#body .tags a.tag-link {
|
#body .tags a.tag-link {
|
||||||
background-color: #7dc903; /* var(--TAG-BG-color) */
|
background-color: #7dc903; /* var(--TAG-BG-color) */
|
||||||
color: #ffffff; /* var(--MAIN-BG-color) */
|
color: #ffffff; /* var(--MAIN-BG-color) */
|
||||||
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body .tags a.tag-link:before {
|
#body .tags a.tag-link:before {
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
margin: 0 16px 8px 0;
|
margin: 0 0 8px 0;
|
||||||
|
margin-inline-end: 16px;
|
||||||
padding: 0 10px 0 12px;
|
padding: 0 10px 0 12px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue