sdy

change ul style (flex-direction:column)

......@@ -107,7 +107,7 @@ const RoomContainer = styled.div`
const RoomUL = styled.ul`
width: 100%;
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
svg {
color: white;
......