Skip to content
Snippets Groups Projects
Commit bdc52c7a authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(ui): change online demarch grid display to flex

parent e39f9edb
Branches
Tags
2 merge requests!805V3.0.1,!786fix(ui): change online demarch grid display to flex
......@@ -149,12 +149,9 @@ section .members {
section.onlineDemarch {
.wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
@media #{$large-phone} {
grid-template-columns: 1fr;
}
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.otherDescription {
margin-top: 12px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment