Skip to content

Commit

Permalink
Merge pull request #101 from HarrisSte/genre-styling
Browse files Browse the repository at this point in the history
quick fix
  • Loading branch information
HarrisSte committed Aug 30, 2023
2 parents e674bf3 + 5ab01cd commit b18a6bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions client/src/components/GameList/gamelist.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
}

@media screen and (max-width: 1440px) {
.carousel-captions {
font-size: 3rem;
bottom: 1rem;
left: -1rem;
}

.popular-game-title-overlay {
font-size: 1rem;
}
Expand Down
6 changes: 5 additions & 1 deletion client/src/components/Genres/genre.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.genre-title {
font-size: 50px;
}

@media screen and (max-width: 1440px) {
.genre-title {
font-size: 40px;
font-size: 3rem;
}
}

Expand Down
1 change: 0 additions & 1 deletion client/src/pages/Homepage/Homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Homepage = () => {
{" "}
<GameList />
{/* {selectedGenre && <SelectedGenreGames genreId={selectedGenre} />} */}

</Col>
</Row>
</Container>
Expand Down

0 comments on commit b18a6bd

Please sign in to comment.