diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-28 10:59:12 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-28 10:59:12 -0700 |
commit | e5c06f81e065aad0c711ca3baf578b3c0a4fd8d8 (patch) | |
tree | 340bb78cbcaa0347a00371e46b6bf36780ae0902 /styles/style.css | |
parent | edc0e3a052540933d5becb918cf71dc8352ca667 (diff) |
embed links and images/videos
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index b3f39a6..f83a9b6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -125,6 +125,15 @@ th a:hover { padding: 12px; } +.youtube-embed { + width: 480px; + height: 270px; +} + +.image-embed { + width: 480px; +} + h1, h4 { margin-top: 2px; margin-bottom: 10px; |