summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_videos.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_videos.scss')
-rw-r--r--web/sass-files/sass/partials/_videos.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_videos.scss b/web/sass-files/sass/partials/_videos.scss
index 6ae5b488b..f6999d15c 100644
--- a/web/sass-files/sass/partials/_videos.scss
+++ b/web/sass-files/sass/partials/_videos.scss
@@ -50,3 +50,11 @@
border-bottom:36px solid transparent;
border-left:60px solid rgba(255,255,255,0.4);
}
+
+.gif-div {
+ position:relative;
+ max-width: 450px;
+ max-height: 500px;
+ margin-bottom: 8px;
+ border-radius:5px
+}