File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
22
22
display : flex ;
23
23
flex-direction : column ;
24
24
align-items : center ;
25
- justify-content : center ;
25
+ height : 200 px ; /* Fixed height for all cards */
26
26
}
27
27
28
28
.card-body {
29
29
width : 100% ;
30
30
display : flex ;
31
31
flex-direction : column ;
32
32
align-items : center ;
33
- gap : 0.5 rem ;
33
+ gap : 0.25 rem ; /* Reduced gap between elements */
34
34
}
35
35
36
36
.custom-card :hover {
@@ -182,12 +182,10 @@ body {
182
182
}
183
183
184
184
.speaker-image {
185
- margin-top : 0.5rem 0 ; /* Add space above image */
186
- width : auto ; /* Fixed width */
187
- height : 2.5rem ; /* Fixed height */
188
- object-fit : cover ; /* Maintain aspect ratio */
189
- margin-left : auto ;
190
- margin-right : auto ;
185
+ width : 80px ; /* Fixed width */
186
+ height : 80px ; /* Fixed height */
187
+ object-fit : cover ;
188
+ margin : 0.25rem 0 ; /* Reduced margin */
191
189
}
192
190
193
191
.icon-feature {
You can’t perform that action at this time.
0 commit comments