Merge pull request 'fix video overflow on mobile' (#47) from bopol/teddit:mobile into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/47
This commit is contained in:
teddit 2020-12-06 18:40:51 +01:00
commit 7c7b13cb75
1 changed files with 4 additions and 0 deletions

4
dist/css/styles.css vendored
View File

@ -1396,6 +1396,10 @@ code {
#post .image {
padding: 2.5%;
}
#post .video {
margin: 5px 2.5%;
width: 95%;
}
}