Skip to content

Commit 2f24717

Browse files
committed
fix timeline
1 parent ec046bb commit 2f24717

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

_sass/_timeline.scss

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -163,35 +163,37 @@
163163
}
164164

165165
.horizontal-timeline .timeline-logo {
166-
width: 150px !important;
167-
height: 100px !important;
168-
object-fit: contain;
169-
object-position: center;
170-
margin: 0 auto;
171-
display: block;
172-
border-radius: 8px;
173-
background-color: rgba(255, 255, 255, 0.1);
174-
padding: 10px;
166+
width: 150px !important;
167+
height: 100px !important;
168+
object-fit: contain;
169+
object-position: center;
170+
margin: 0 auto;
171+
display: block;
172+
border-radius: 8px;
173+
background-color: rgba(255, 255, 255, 0.1);
174+
padding: 10px;
175175
}
176176

177177
/* Responsive adjustments for timeline logo */
178178
@media (max-width: 768px) {
179-
.horizontal-timeline .timeline-logo {
180-
width: 120px !important;
181-
height: 75px !important;
182-
padding: 8px;
183-
}
179+
.horizontal-timeline .timeline-logo {
180+
width: 120px !important;
181+
height: 75px !important;
182+
padding: 8px;
183+
}
184184
}
185185

186186
@media (max-width: 480px) {
187-
.horizontal-timeline .timeline-logo {
188-
width: 100px !important;
189-
height: 65px !important;
190-
padding: 6px;
191-
}
187+
.horizontal-timeline .timeline-logo {
188+
width: 100px !important;
189+
height: 65px !important;
190+
padding: 6px;
191+
}
192192
}
193193

194194
.horizontal-timeline .date-container {
195195
width: 100%;
196196
text-align: center;
197-
}/* Cache busting comment - Wed Sep 3 00:48:38 EDT 2025 */
197+
}
198+
199+
/* Cache busting comment - Wed Sep 3 00:48:38 EDT 2025 */

0 commit comments

Comments
 (0)