Skip to content

Commit 8561a3c

Browse files
committed
Update event.md
1 parent 3ad3912 commit 8561a3c

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

_pages/event.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,10 @@ body {
9797
background-color: #004d70;
9898
border-color: #004d70;
9999
}
100-
.icon-feature {
101-
font-size: 2rem;
102-
color: var(--accent-color);
103-
margin-bottom: 1rem;
104-
}
105100

101+
.card-body {
102+
padding: 1.5rem 1rem; /* Consistent padding */
103+
}
106104
.schedule-container {
107105
max-width: 900px; /* Increased the width for more space */
108106
margin: 0 auto;
@@ -177,8 +175,19 @@ body {
177175
}
178176

179177
.speaker-image {
180-
height: 2rem;
181-
width: auto;
178+
margin-top: 1rem; /* Add space above image */
179+
width: auto; /* Fixed width */
180+
height: 2.5rem; /* Fixed height */
181+
object-fit: cover; /* Maintain aspect ratio */
182+
margin-left: auto;
183+
margin-right: auto;
184+
}
185+
186+
.icon-feature {
187+
margin-top: 1rem; /* Add space above image */
188+
font-size: 2rem;
189+
color: var(--accent-color);
190+
margin-bottom: 1rem;
182191
}
183192
.container {
184193
padding-left: 60px; /* Adjust the values as needed */

0 commit comments

Comments
 (0)