From ecad667aed2508d927542d0a050f27516b3d7b84 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 6 Apr 2022 23:48:04 -0400 Subject: [PATCH] Fix text alignment --- site/css/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/css/main.scss b/site/css/main.scss index 74277f4..ee1cfd7 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -688,6 +688,7 @@ table { .social-links ul { padding: 0; margin: 0; + text-align: right; li { list-style: none; @@ -705,10 +706,10 @@ table { order: 2; background: var(--webring-background); background-clip: text; - width: fit-content; font-size: 1.2em; font-variant: small-caps; font-weight: 900; + text-align: right; a { text-decoration: none; @@ -784,6 +785,9 @@ table { > * { width: 100%; } + .social-links ul, .webring { + text-align: unset; + } } }