Create mixins for reusuable landing page elements like iframe and gallery
This commit is contained in:
13
src/styles/_iframe.sass
Normal file
13
src/styles/_iframe.sass
Normal file
@@ -0,0 +1,13 @@
|
||||
.iframe-container
|
||||
position: relative
|
||||
padding-top: 25px
|
||||
padding-bottom: 52%
|
||||
height: 0
|
||||
margin-top: 16px
|
||||
margin-bottom: 32px
|
||||
iframe
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
width: 100%
|
||||
height: 100%
|
Reference in New Issue
Block a user