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:
commit
087837e1da
|
@ -885,6 +885,7 @@ input[type="submit"]:hover,
|
|||
#post .gallery {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 10px auto auto 60px;
|
||||
}
|
||||
#post .gallery .item {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue