We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2570447 commit c9dbaecCopy full SHA for c9dbaec
1 file changed
css/menikah.css
@@ -1321,16 +1321,26 @@ input#flap {
1321
}
1322
1323
@media (max-width: 720px) {
1324
+ .envelope-stage {
1325
+ inset: auto;
1326
+ left: 50%;
1327
+ top: 52%;
1328
+ width: min(92vw, 560px);
1329
+ aspect-ratio: 1.58 / 1;
1330
+ height: auto;
1331
+ transform: translate(-50%, -50%);
1332
+ }
1333
+
1334
.envelope-letter {
1335
width: 88vw;
1336
height: 70vh;
1337
bottom: 10vh;
1338
1339
1340
.envelope-seal {
- top: 60%;
- width: clamp(264px, 62vmin, 456px);
- height: clamp(264px, 62vmin, 456px);
1341
+ top: 56%;
1342
+ width: clamp(220px, 52vmin, 360px);
1343
+ height: clamp(220px, 52vmin, 360px);
1344
1345
1346
.preloader-title {
0 commit comments