figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 4ba2996872c0212ac547ab0f75509a32f0bd47c2
parent e1cd1c2f12347b0df0e3663a9ae89a165ea66173
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 18 Aug 2020 20:55:05 -0700

:lipstick: Change styling of anchor tags

Diffstat:
Mstatic/global.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -93,9 +93,9 @@ h6::before { } .anchor { - width: 1rem; - vertical-align: top; - transform: rotate(-45deg); + width: 1.75rem; + vertical-align: middle; + margin-left: 0.25rem; } .post-preview {