diff options
| author | Sacha Chua <sacha@sachachua.com> | 2021-11-28 15:36:01 -0500 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2021-11-28 15:36:01 -0500 | 
| commit | f612bc1bbfe7520aa8ebc5843469fd6dc337653d (patch) | |
| tree | 9290a90ba2f28f1618ced2191a362aa9d06e9177 | |
| parent | a75f42fd76aaadbdd90dd3deff184fdea52ad5b4 (diff) | |
| download | emacsconf-wiki-f612bc1bbfe7520aa8ebc5843469fd6dc337653d.tar.xz emacsconf-wiki-f612bc1bbfe7520aa8ebc5843469fd6dc337653d.zip  | |
Tweak CSS for video
Diffstat (limited to '')
| -rw-r--r-- | local.css | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ body.has-sidebar #content {    line-height: 1.5;  } -video { max-width: 100% } +video { max-width: 100%; width: 100% }  #footer { font-size: 0.9em }  | 
