Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions src/pages/NavigateRooms/NavigateRooms.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,39 @@ footer span {
padding: 0px 2px;
color: red;
}

@media only screen and (max-width: 768px) {
.heading {
margin: 5rem 0rem 2rem 0rem;
font-size: 4rem;
}
}

@media only screen and (max-width: 600px) {
.textfield {
display: flex;
flex-direction: column;
height: 5rem;
justify-content: center;
align-items: center;
}

.textfield button {
font-size: 1.2rem;
padding: 0.8rem;
margin-top: 1rem;
margin-left: 0;
}

.createRoom {
padding-top: 5rem;
margin: 0rem 5rem;
display: flex;
flex-direction: column;
align-items: center;
}

.createRoom button {
margin-bottom: 1rem;
}
}