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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user