mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-25 20:00:19 +01:00
make video responsive
This commit is contained in:
parent
65b5708e30
commit
8d6006435b
1 changed files with 7 additions and 1 deletions
|
@ -86,6 +86,12 @@ padding: 20px;
|
|||
}
|
||||
}
|
||||
|
||||
#md-preview {
|
||||
#md-preview,{
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
|
||||
video {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in a new issue