Use single wedding illustration

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-10 23:43:52 +09:00
parent 24564d6c35
commit 2b88f4bfab
8 changed files with 10 additions and 68 deletions
+7 -58
View File
@@ -40,7 +40,7 @@ body {
position: relative;
width: 100%;
margin: 0 auto;
aspect-ratio: 390 / 545;
aspect-ratio: 538 / 795;
overflow: hidden;
padding: 0;
}
@@ -49,48 +49,15 @@ body {
content: none;
}
.poster__gate,
.poster__portrait,
.poster__couple {
position: relative;
display: block;
}
.poster__gate {
.poster__art {
position: absolute;
inset: 0 50% 0 auto;
z-index: 3;
width: 103%;
inset: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
max-width: none;
object-fit: contain;
object-position: center top;
transform: translateX(50%);
opacity: 1;
filter: none;
}
.poster__portrait {
position: absolute;
z-index: 2;
left: 24.5%;
right: 24.5%;
top: 18.4%;
bottom: 27%;
overflow: hidden;
background: transparent;
border-radius: 0;
}
.poster__couple {
position: absolute;
left: 52%;
top: 9%;
width: 132%;
height: auto;
max-width: none;
transform: translateX(-50%);
filter: none;
}
.poster__plate {
@@ -402,31 +369,13 @@ h1 {
.poster {
width: 100%;
padding: 0;
aspect-ratio: 390 / 545;
aspect-ratio: 538 / 795;
}
.poster::before {
content: none;
}
.poster__gate {
width: 103%;
opacity: 1;
}
.poster__portrait {
left: 24.5%;
right: 24.5%;
top: 18.4%;
bottom: 27%;
}
.poster__couple {
top: 9%;
left: 52%;
width: 132%;
}
.poster__plate {
left: 8%;
right: 8%;