Move "Read more" slightly to the left

This commit is contained in:
Lim Chee Aun 2022-12-28 10:52:08 +08:00
parent fa0ccece32
commit 5869ec3b9f

View file

@ -234,7 +234,7 @@
display: inline-block;
position: absolute;
inset-block-end: 1.5em;
left: 50%;
left: 45%;
transform: translateX(-50%);
color: var(--text-color);
background-color: var(--bg-faded-color);