This commit is contained in:
kittywitch 2024-04-07 19:57:49 +00:00
parent 783875162c
commit 096c105e60
4 changed files with 4 additions and 1 deletions

View file

@ -42,5 +42,5 @@ footer nav ul {
padding: 0;
margin: 0;
flex-grow: 1; }
footer nav ul li:nth-child(2) {
footer nav ul li:nth-child(2n) {
text-align: right; }