From 097157288b43876fd7b4d736681e87c7d34e6f09 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 21 Sep 2023 23:09:55 +0300 Subject: [PATCH] Article types choosing block style fixes --- src/styles/Create.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/Create.module.scss b/src/styles/Create.module.scss index 027c5646..9722b2d7 100644 --- a/src/styles/Create.module.scss +++ b/src/styles/Create.module.scss @@ -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;