File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,10 @@ body {
97
97
background-color : #004d70 ;
98
98
border-color : #004d70 ;
99
99
}
100
- .icon-feature {
101
- font-size : 2rem ;
102
- color : var (--accent-color );
103
- margin-bottom : 1rem ;
104
- }
105
100
101
+ .card-body {
102
+ padding : 1.5rem 1rem ; /* Consistent padding */
103
+ }
106
104
.schedule-container {
107
105
max-width : 900px ; /* Increased the width for more space */
108
106
margin : 0 auto ;
@@ -177,8 +175,19 @@ body {
177
175
}
178
176
179
177
.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 ;
182
191
}
183
192
.container {
184
193
padding-left : 60px ; /* Adjust the values as needed */
You can’t perform that action at this time.
0 commit comments