sdy

change ul style (flex-direction:column)

...@@ -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;
......