fix: responsive css & iframe
This commit is contained in:
parent
fac9077daa
commit
bf21aaeadb
1 changed files with 7 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue