CSS: Add text-align-exception for /posts/.

Would look weird on small screens.
This commit is contained in:
tastytea 2021-08-09 12:28:08 +02:00
parent b0cc1ff856
commit fbe58ba0f3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ html
scroll-padding-top: 0.5em;
}
/* Exception for /posts/ */
li[role="article"]
{
text-align: left;
}
body
{
margin-top: 0.5em;