Article types choosing block style fixes

This commit is contained in:
kvakazyambra 2023-09-21 23:09:55 +03:00
parent ea29b3b87f
commit 097157288b

View File

@ -9,9 +9,14 @@
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
gap: 24px;
li {
@include media-breakpoint-down(sm) {
flex: 1 25%;
}
a,
.link {
cursor: pointer;