1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-01-10 09:32:38 +01:00

fix post overflow on mobile

This commit is contained in:
bopol 2020-12-04 22:36:55 +01:00
parent a84289b9be
commit 5a6b54d757

1
dist/css/styles.css vendored
View File

@ -1382,6 +1382,7 @@ code {
} }
#post .usertext-body { #post .usertext-body {
margin-left: 2.5%; margin-left: 2.5%;
margin-right: 2.5%;
} }
#post .image { #post .image {
padding-left: 2.5%; padding-left: 2.5%;