Skip to content

Commit

Permalink
Update the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
musangamfure committed Jul 1, 2023
1 parent 79bf7d1 commit 674513c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 10px;
padding: 20px 20px;
}

.shows-grid {
Expand All @@ -47,7 +47,7 @@
}
}

@media screen and (max-width: 550px) {
@media screen and (max-width: 370px) {
.shows-grid {
grid-template-columns: repeat(1, 1fr);
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Show.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@

@media screen and (max-width: 768px) {
.show-name {
font-size: 3rem;
font-size: 2rem;
}
}

0 comments on commit 674513c

Please sign in to comment.