Fixed visual bug in time divider

This commit is contained in:
WardPearce
2024-04-12 01:54:59 +12:00
parent 14800b47d5
commit 89c1320cf9
+5
View File
@@ -22,6 +22,11 @@
align-items: start !important;
}
.vds-time-divider {
font-size: 0 !important;
margin-right: 5px !important;
}
@media screen and (max-width: 580px) {
main {
padding-left: 0.1em !important;