Article types choosing block style fixes
This commit is contained in:
parent
ea29b3b87f
commit
097157288b
|
@ -9,9 +9,14 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
flex: 1 25%;
|
||||||
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.link {
|
.link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user