This commit is contained in:
Paul Gauthier 2025-03-18 19:07:03 -07:00
parent e9b1a98314
commit dd4d2420df
4 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@
/* Page container styling */
.page-container {
max-width: 900px;
max-width: 950px;
margin-left: auto;
margin-right: auto;
position: relative;
@ -83,7 +83,7 @@
.macos-backdrop {
background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff);
border-radius: 12px;
padding: 45px 30px;
padding: 50px 20px;
margin: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
position: relative;