aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-24 05:42:28 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-24 06:05:11 +0000
commita3dfd8cb094122c9ed63931b893a4a2ff986eb5a (patch)
tree5503ae80750c0f5e443b33a982999f2d685c470e /scss
parentfix page transition for browser navigates (diff)
downloadmmm-a3dfd8cb094122c9ed63931b893a4a2ff986eb5a.tar.gz
mmm-a3dfd8cb094122c9ed63931b893a4a2ff986eb5a.zip
add blog post assets
Diffstat (limited to 'scss')
-rw-r--r--scss/_browser.scss10
1 files changed, 10 insertions, 0 deletions
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%;
+ }
+}