Fix thick button on builds page mobile

This commit is contained in:
Kalle 2025-06-02 20:48:19 +03:00
parent ea1666d57d
commit 4190f61e04

View File

@ -985,6 +985,7 @@ abbr[title] {
.builds-buttons {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.builds-buttons__link {