first commit

This commit is contained in:
2020-06-11 16:42:43 +02:00
commit 449ca1d987
5099 changed files with 622034 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.grav-vimeo {
position: relative;
overflow: hidden;
height: 0;
padding-top: 25px;
padding-bottom: 50%;
margin-bottom: 10px;
max-width: 1920px;
max-height: 1080px; }
.grav-vimeo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
+17
View File
@@ -0,0 +1,17 @@
.grav-vimeo
position: relative
overflow: hidden
height: 0
padding-top: 25px
padding-bottom: 50%
margin-bottom: 10px
max-width: 1920px
max-height: 1080px
.grav-vimeo iframe
position: absolute
top: 0
left: 0
width: 100%
height: 100%