From a3dfd8cb094122c9ed63931b893a4a2ff986eb5a Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 24 Nov 2018 16:42:28 +1100 Subject: add blog post assets --- scss/_browser.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scss') diff --git a/scss/_browser.scss b/scss/_browser.scss index 58ce465..9845ff3 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -50,6 +50,7 @@ flex: 0 0 3.2em; justify-content: space-between; background: $gray-bright; + z-index: 1000; > span:first-of-type { flex: 1 0 auto; @@ -64,6 +65,8 @@ flex: 1 1 auto; overflow: auto; padding: 1em 2em; + + position: relative; } } @@ -76,3 +79,10 @@ } } } + +.content { + img, video { + max-width: 100%; + max-height: 100%; + } +} -- cgit v1.2.3