Correct video height on mobile

#3342
This commit is contained in:
softsimon 2023-03-13 17:18:09 +09:00
parent 7acfec2406
commit cfdbd30956
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -42,9 +42,11 @@
video {
width: 640px;
height: 360px;
max-width: 90%;
margin-top: 0;
@media (min-width: 768px) {
height: 360px;
}
}
.social-icons {
@ -57,9 +59,13 @@
.enterprise-sponsor,
.community-integrations-sponsor,
.maintainers {
margin-top: 68px;
margin-top: 30px;
margin-bottom: 68px;
scroll-margin: 30px;
@media (min-width: 768px) {
margin-top: 68px;
}
}
.maintainers {