mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat(frontend): adjust box shadow of main content
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user