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 {
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;
}
}
}