Skip to content

Commit f1aa198

Browse files
committed
padding to text
1 parent f05a699 commit f1aa198

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

LongevityWorldCup.Website/wwwroot/partials/main-progress-bar.html

+8
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@
9999
.stage.completed .stage-label {
100100
color: var(--primary-color);
101101
}
102+
103+
@media (max-width: 768px) {
104+
/* Adjusting the Convergence label position for small screens */
105+
#stage3 .stage-label {
106+
transform: translateX(-60%);
107+
padding-right: 10px; /* Optional adjustment to fine-tune */
108+
}
109+
}
102110
</style>
103111
<div class="progress-container">
104112
<div class="progress-bar" data-aos="fade" data-aos-duration="700" data-aos-delay="350">

0 commit comments

Comments
 (0)