mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
feat: add new website design and tech stack
This commit is contained in:
14
src/assets/styles/base/videos.css
Normal file
14
src/assets/styles/base/videos.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/** Video */
|
||||
.video-wrapper {
|
||||
margin-block-end: var(--space-10);
|
||||
padding-block-end: 56.25%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.video-wrapper iframe {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user