Skip to content

Commit 8a2858b

Browse files
committed
Section shadow
1 parent 33e3fbc commit 8a2858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ section {
5252
max-width: 900px;
5353
background: #414141; /* Medium blue */
5454
border-radius: 10px;
55-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
55+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
5656
color: #eef6fc; /* Text in sections stays light blue */
5757
}
5858

0 commit comments

Comments
 (0)