draussenfunker.github.io/docs/.vuepress/styles/index.scss
2023-11-18 17:01:52 +01:00

21 lines
357 B
SCSS

@media (max-width: 719px) {
.navbar .site-name {
display: inline-block;
}
}
.video-block {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
overflow: hidden;
width: 100%; height: auto;}
.video-block iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;}
.home .hero img {
max-height: 100%;
}