Merge pull request 'change post image padding' (#34) from bopol/teddit:mobile into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/34
This commit is contained in:
teddit 2020-12-05 11:52:42 +01:00
commit 74abb078a6

3
dist/css/styles.css vendored
View File

@ -1386,8 +1386,7 @@ code {
width: calc(100% - 10%); width: calc(100% - 10%);
} }
#post .image { #post .image {
padding-left: 2.5%; padding: 2.5%;
padding-right: 2.5%;
} }
} }