fisrt commit'

This commit is contained in:
2018-05-24 18:51:55 +02:00
commit 906f96a15e
3463 changed files with 425820 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.grav-youtube {
height: 0;
padding-top: 25px;
padding-bottom: 56.34%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
max-width: 1920px;
max-height: 1080px;
}
.grav-youtube iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}