This commit is contained in:
Paul Gauthier 2025-03-19 08:22:46 -07:00
parent 01be8bc64e
commit 751ca3bf75

View file

@ -83,7 +83,7 @@
.macos-backdrop { .macos-backdrop {
background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff); background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff);
border-radius: 12px; border-radius: 12px;
padding: 50px clamp(5px, 5vw, 50px); padding: clamp(5px, 5vw, 50px) clamp(5px, 2.5vw, 50px);
margin: 20px 0; margin: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
position: relative; position: relative;