Max width on mobile to keep two rows.

This commit is contained in:
2020-03-10 01:07:00 +01:00
parent 05d3530035
commit 6c22b0e54f

View File

@@ -417,6 +417,10 @@ hr {
margin-bottom: 0.65rem;
margin-right: 1rem;
@include mobile {
max-width: 150px;
}
.active {
border: 2px solid unset;