We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05a699 commit f1aa198Copy full SHA for f1aa198
LongevityWorldCup.Website/wwwroot/partials/main-progress-bar.html
@@ -99,6 +99,14 @@
99
.stage.completed .stage-label {
100
color: var(--primary-color);
101
}
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
110
</style>
111
<div class="progress-container">
112
<div class="progress-bar" data-aos="fade" data-aos-duration="700" data-aos-delay="350">
0 commit comments