Fix the post counts messed up in smaller viewports

pull/441/head
Lim Chee Aun 2024-03-03 17:44:04 +08:00
rodzic 48e1a0753a
commit 7a7d51f56e
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -119,6 +119,13 @@
gap: 0.25em;
align-items: center;
}
> span {
display: flex;
align-items: center;
gap: 8px;
text-align: end;
}
}
}
}