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 Firefox #92
This commit is contained in:
parent
cbc75a99fa
commit
85501d1ee7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
content: "";
|
||||
position: absolute;
|
||||
top:0;
|
||||
left: -1em;
|
||||
left: -.99em;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent #8451a1 transparent transparent;
|
||||
|
|
Loading…
Reference in a new issue