feat(frontend): adjust box shadow of main content

This commit is contained in:
Viren070
2024-12-26 18:31:36 +00:00
parent 059de7d6c4
commit e4d7e9d4bf
@@ -10,7 +10,7 @@
.content {
background-color: #000000; /* Slightly lighter black */
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 16px rgb(0, 0, 0);
padding: 20px;
width: 80%;
max-width: 800px;