Fixed horizontal scrollbar reducing circular progress size on medium devices.

This commit is contained in:
Antonio 2021-06-03 21:50:17 +02:00
parent b5fe77f876
commit 7ebf013cdc

View file

@ -496,6 +496,11 @@
.about-section.container {
max-width: 100%;
}
.circular-progress {
width: 140px;
height: 140px;
}
}
/* Small devices (landscape phones, 576px and up) */