Move tooltip closer to text

This commit is contained in:
vas3k
2020-01-10 20:28:01 +01:00
parent 64f869c7c4
commit 3dfe631502

View File

@@ -266,7 +266,7 @@
.article-tooltip {
display: none;
position: absolute;
bottom: 30px;
bottom: 25px;
left: 0;
padding: 20px;
box-sizing: border-box;