Skip to content

Commit

Permalink
made table cell size smaller (margins was messing stuff up so added m…
Browse files Browse the repository at this point in the history
…edia queries)
  • Loading branch information
uday-kalyan-s committed Jan 11, 2025
1 parent cc97e8d commit a8fd94b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ a:hover {
padding: 8px 2px;
border: 1px solid #ddd;
text-align: center;
/*overflow-wrap: break-word;
/*overflow-wrap: break-wor2px 1pxd;
word-wrap: break-word;
word-break: normal;*/
word-wrap: break-word;
Expand Down Expand Up @@ -201,4 +201,13 @@ a:hover {
font-size: 0.65rem;
}
}
}

@media screen and (max-width: 700px) {
.room {
margin: 10px 0px;
}
.course-code {
margin: 0px;
}
}

0 comments on commit a8fd94b

Please sign in to comment.