1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 11:35:00 +01:00

Fixes max width for video

This commit is contained in:
Amir Raminfar
2023-03-11 15:11:38 -08:00
parent ac7b120176
commit 9e507b31ec

View File

@@ -129,6 +129,7 @@
.VPHero .container {
max-width: 100%;
justify-content: center;
}
@media (min-width: 960px) {
@@ -150,3 +151,7 @@
@apply font-playfair font-light text-3xl;
color: var(--bar-title-color);
}
.VPHero .container .image {
max-width: 1200px;
}