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