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-left: auto;
margin-right: auto; margin-right: auto;
text-align: center; text-align: center;
max-width: 100%;
} }
.mobile-buttons { .mobile-buttons {
display: none; display: none;
} }
.youtube-video {
aspect-ratio: 16 / 9;
width: 100%;
}
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
html { html {
width: 100%; width: 100%;