Spaces:
Sleeping
Sleeping
| .App { | |
| text-align: center; | |
| min-height: 100vh; | |
| background: linear-gradient(135deg, #e8f0ff 0%, #ffffff 100%); | |
| padding-bottom: 2rem; | |
| position: relative; | |
| } | |
| /* Remove or comment out the pattern overlay since it might be too busy */ | |
| /* .App::before { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background-image: url("data:image/svg+xml,..."); | |
| pointer-events: none; | |
| } */ | |
| /* Add a container class to ensure content sits on top */ | |
| .content-container { | |
| position: relative; | |
| z-index: 1; | |
| } |