fix: responsive css & iframe
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Kazhnuz 2024-09-06 19:48:43 +02:00
parent fac9077daa
commit bf21aaeadb

View file

@ -262,12 +262,19 @@ p img:only-child {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 100%;
}
.mobile-buttons {
display: none;
}
.youtube-video {
aspect-ratio: 16 / 9;
width: 100%;
}
@media screen and (max-width: 1000px) {
html {
width: 100%;