Sort styles using "Sort CSS" VSCode extension

This commit is contained in:
daudix
2024-04-03 02:19:54 +03:00
parent c0a43b83f9
commit 0fa24c2d7c
13 changed files with 171 additions and 171 deletions

View File

@ -10,25 +10,25 @@
}
&:nth-child(2n + 1) {
padding-left: 0;
padding-right: 1rem;
padding-left: 0;
}
&:nth-child(2n) {
text-align: right;
padding-left: 1rem;
padding-right: 0;
padding-left: 1rem;
text-align: right;
}
.nav-arrow {
font-weight: normal;
color: var(--fg-muted-5);
margin-bottom: 0.5rem;
color: var(--fg-muted-5);
font-weight: normal;
}
.post-title {
color: var(--fg-color);
transition: var(--transition);
color: var(--fg-color);
}
}
}