Skip to content

Commit c0e0395

Browse files
authored
Update main.css
1 parent e46fe0b commit c0e0395

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

styles/main.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,26 @@ img {
3939
box-shadow: 0 4px 10px rgba(75, 75, 63, 0.15);
4040
}
4141

42+
.event-image figcaption {
43+
font-size: 0.9rem;
44+
color: #5c6b49;
45+
margin-top: 0.5rem;
46+
}
47+
48+
.event-image {
49+
max-width: 800px;
50+
margin: 2rem auto;
51+
text-align: center;
52+
}
53+
54+
.event-image img {
55+
width: 100%;
56+
height: auto;
57+
border: 1px solid #a0a080;
58+
border-radius: 6px;
59+
box-shadow: 0 4px 10px rgba(75, 75, 63, 0.15);
60+
}
61+
4262
.map-image figcaption {
4363
font-size: 0.9rem;
4464
color: #5c6b49;

0 commit comments

Comments
 (0)