Skip to content

Commit 1b429b7

Browse files
committed
fix: image width
1 parent 60d2077 commit 1b429b7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

099-parallax website/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,19 @@ nav {
5050
align-items: center;
5151
min-height: 60vh;
5252
text-align: center;
53+
gap: 1rem;
54+
}
55+
56+
.content-images img {
57+
max-width: 100%;
58+
height: auto;
59+
display: block;
60+
margin: 0 auto;
5361
}
5462

5563
.text {
56-
padding: 2rem 20rem;
64+
max-width: 800px;
65+
margin: 2rem auto;
5766
font-size: 1.1rem;
5867
}
5968

0 commit comments

Comments
 (0)