UX: Max width of .gifv videos
This commit is contained in:
parent
b3a9f91bd3
commit
30cd341b0d
|
@ -33,6 +33,12 @@
|
|||
a { word-wrap: break-word; }
|
||||
}
|
||||
|
||||
|
||||
.cooked, #wmd-preview {
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
// we use aside to hold expandable quotes (versus, say, static blockquotes)
|
||||
aside.quote {
|
||||
margin-top: 1em;
|
||||
|
|
Loading…
Reference in New Issue