Skip to content

Commit 66693b4

Browse files
committed
Tweak styles
1 parent 35f477f commit 66693b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
background-size: cover;
3939
background-position: center;
4040
height: 100%;
41-
opacity: 0.6;
41+
opacity: 0.3;
42+
filter: brightness(0.8) saturate(0.6);
4243
position: absolute;
4344
top: 0;
4445
left: 0;
@@ -58,7 +59,7 @@
5859
/* Set the color and padding of the container */
5960
.content {
6061
background-color: white;
61-
padding: 2rem;
62+
padding: 4rem;
6263
text-align: center;
6364
margin-top: 10%;
6465
}

0 commit comments

Comments
 (0)