Treat email and news posts as distinct types on the frontend and backend
This commit is contained in:
14
web/static/site-specific.css
Normal file
14
web/static/site-specific.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.body.site-saturday-morning-breakfast-cereal {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.body.site-slashdot i {
|
||||
display: block;
|
||||
padding-left: 1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
border-left: 2px solid #ddd;
|
||||
}
|
||||
Reference in New Issue
Block a user