UX: Max width of .gifv videos

This commit is contained in:
Robin Ward 2015-01-26 11:00:18 -05:00
parent b3a9f91bd3
commit 30cd341b0d
1 changed files with 6 additions and 0 deletions

View File

@ -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;