Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -107,7 +107,7 @@ const RoomContainer = styled.div` | ... | @@ -107,7 +107,7 @@ const RoomContainer = styled.div` |
107 | const RoomUL = styled.ul` | 107 | const RoomUL = styled.ul` |
108 | width: 100%; | 108 | width: 100%; |
109 | display: flex; | 109 | display: flex; |
110 | - flex-direction: row; | 110 | + flex-direction: column; |
111 | justify-content: space-between; | 111 | justify-content: space-between; |
112 | svg { | 112 | svg { |
113 | color: white; | 113 | color: white; | ... | ... |
-
Please register or login to post a comment