Spaces:
Sleeping
Sleeping
File size: 538 Bytes
c82f7c8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | .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;
} |