forked from shadowfacts/shadowfacts.net
Fix text alignment
This commit is contained in:
parent
e4b0ff273d
commit
ecad667aed
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue