Merge pull request 'fix gallery margins' (#49) from bopol/teddit:gallery into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/49
This commit is contained in:
teddit 2020-12-06 20:32:07 +01:00
commit 087837e1da
1 changed files with 1 additions and 0 deletions

1
dist/css/styles.css vendored
View File

@ -885,6 +885,7 @@ input[type="submit"]:hover,
#post .gallery {
float: left;
width: 100%;
margin: 10px auto auto 60px;
}
#post .gallery .item {
float: left;