From e5c06f81e065aad0c711ca3baf578b3c0a4fd8d8 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Thu, 28 Jan 2021 10:59:12 -0700 Subject: embed links and images/videos --- styles/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'styles/style.css') 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; -- cgit v1.2.3