add style for blog entries
This commit is contained in:
parent
815d3e21ca
commit
615b6e1683
2 changed files with 7 additions and 1 deletions
|
|
@ -36,6 +36,12 @@ html, body {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
body[id=blog] {
|
||||
background-color: #161617;
|
||||
display: unset !important;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
}
|
||||
div#master header {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue