Skip to content

Commit 1354abe

Browse files
committed
fixed mobile
1 parent 63be7e2 commit 1354abe

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

client/src/pages/conf/conf.module.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,7 @@
18511851
align-items: center;
18521852
/* Figma mobile keeps rows horizontally aligned. */
18531853
flex-direction: row;
1854+
flex-wrap: wrap;
18541855
}
18551856

18561857
.agendaCardContent {
@@ -1883,11 +1884,12 @@
18831884
}
18841885

18851886
.agendaCardButton {
1886-
flex: 0 0 auto;
1887-
width: auto;
1887+
flex: 0 0 100%;
1888+
width: 100%;
1889+
margin-top: 4px;
18881890
padding: 8px 14px;
18891891
border-radius: 999px;
1890-
font-size: 12px;
1892+
font-size: 13px;
18911893
font-weight: 600;
18921894
gap: 6px;
18931895
white-space: nowrap;

0 commit comments

Comments
 (0)