change post image padding

fixes #17
This commit is contained in:
bopol 2020-12-05 00:12:29 +01:00
parent 1dd2cb5fe1
commit 9573df3d92

3
dist/css/styles.css vendored
View File

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