feat: change subtitle font size for smaller screen

This commit is contained in:
RadoslavDimchev 2024-01-22 20:04:00 +02:00
parent d73a403147
commit 89f519b583

View File

@ -59,3 +59,9 @@ span[class*='Connector-'] {
color: #a2a9b0;
width: max-content;
}
@media (max-width: 410px) {
.custom-step::after {
font-size: 10px;
}
}