Improve margin around post
This commit is contained in:
parent
5acd0a6760
commit
66092b7bc8
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ ul#server_selection_list {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
margin: 1em 0 0.2em;
|
padding: 0.1em;
|
||||||
|
margin: 0.6em 0 0.2em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
|
|
Loading…
Reference in a new issue