aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-20 23:04:23 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-20 23:04:23 +0300
commit1e4f05507540e92783eb25343368d595a4aa0f5d (patch)
treea02907500356965d35b9333212c3336c9df3f98a /sass
parent28a9f446868d7805bb7df8fc4a7b398e1a080f4e (diff)
downloadyaroslavps.com-1e4f05507540e92783eb25343368d595a4aa0f5d.tar.gz
yaroslavps.com-1e4f05507540e92783eb25343368d595a4aa0f5d.zip
New post: Zoom trolling
Also modified css a bit so that <video> elements wouldn't occupy more than 90% of the width of the container.
Diffstat (limited to 'sass')
-rw-r--r--sass/css/yaroslavps.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index 38e49cb..9527260 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -98,6 +98,10 @@ code {
font-family: $font_mono;
}
+video {
+ max-width: 90%;
+}
+
span.icon {
height: 1em;
}