mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix spacing for tag flyout in FF #413
This commit is contained in:
parent
f255f3a4d5
commit
9d4e3a9069
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
font-size: 0.8em;
|
||||
font-weight: 400;
|
||||
line-height: 2em;
|
||||
margin: 0 0 8px 0;
|
||||
margin: 0 0 8px -1px;
|
||||
margin-inline-end: 16px;
|
||||
padding: 0 10px 0 12px;
|
||||
position: relative;
|
||||
|
@ -24,7 +24,7 @@
|
|||
border-style: solid;
|
||||
border-width: 1em 1em 1em 0;
|
||||
content: "";
|
||||
left: -.99em;
|
||||
left: -1em;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
top:0;
|
||||
|
|
Loading…
Reference in a new issue