Fix text alignment

This commit is contained in:
Shadowfacts 2022-04-06 23:48:04 -04:00
parent e4b0ff273d
commit ecad667aed
1 changed files with 5 additions and 1 deletions

View File

@ -688,6 +688,7 @@ table {
.social-links ul { .social-links ul {
padding: 0; padding: 0;
margin: 0; margin: 0;
text-align: right;
li { li {
list-style: none; list-style: none;
@ -705,10 +706,10 @@ table {
order: 2; order: 2;
background: var(--webring-background); background: var(--webring-background);
background-clip: text; background-clip: text;
width: fit-content;
font-size: 1.2em; font-size: 1.2em;
font-variant: small-caps; font-variant: small-caps;
font-weight: 900; font-weight: 900;
text-align: right;
a { a {
text-decoration: none; text-decoration: none;
@ -784,6 +785,9 @@ table {
> * { > * {
width: 100%; width: 100%;
} }
.social-links ul, .webring {
text-align: unset;
}
} }
} }