Edit artworks section blueprints and video style

This commit is contained in:
Paul Nicoué 2022-05-31 17:32:29 +02:00
parent 1ce3b7326f
commit df70ddca09
4 changed files with 7 additions and 8 deletions

View file

@ -435,12 +435,11 @@ footer {
}
.gallery__video {
width: Min(1280px, calc(100vw - (var(--generic-section-horizontal-padding) * 2)), calc(80vh * 1.78));
max-width: Min(1280px, 100%);
&--full-screen {
width: initial;
max-width: initial;
max-height: initial;
// height: initial;
}
}