Skip to content

Commit c8bdb6c

Browse files
committed
Change remove and toggle buttons flow to column for stacking layout.
1 parent 3169c03 commit c8bdb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/cards/card.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
cursor: pointer;
126126
color: white;
127127
display: flex;
128-
flex-direction: row;
128+
flex-direction: column;
129129
justify-content: center;
130130
align-items: center;
131131
padding: 0.75rem;
@@ -139,7 +139,7 @@
139139
cursor: pointer;
140140
color: white;
141141
display: flex;
142-
flex-direction: row;
142+
flex-direction: column;
143143
justify-content: center;
144144
align-items: center;
145145
padding: 0.75rem;

0 commit comments

Comments
 (0)