CSS: Add text-align-exception for /posts/.
Would look weird on small screens.
This commit is contained in:
parent
b0cc1ff856
commit
fbe58ba0f3
@ -65,6 +65,12 @@ html
|
||||
scroll-padding-top: 0.5em;
|
||||
}
|
||||
|
||||
/* Exception for /posts/ */
|
||||
li[role="article"]
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
margin-top: 0.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user