Add margins for videos.
This commit is contained in:
parent
2ec25639c9
commit
59c6aa64de
1 changed files with 4 additions and 0 deletions
|
@ -442,6 +442,8 @@ div.column video {
|
|||
height:auto !important;
|
||||
width:25% !important;
|
||||
max-width:50%;
|
||||
margin-left: .7em;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
body.conservancy-blog video {
|
||||
|
@ -449,4 +451,6 @@ body.conservancy-blog video {
|
|||
height:auto !important;
|
||||
width:50% !important;
|
||||
max-width:75%;
|
||||
margin-left: .7em;
|
||||
margin-bottom: .7em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue