Skip to content

Commit

Permalink
fix: fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 10, 2023
1 parent 798f6e2 commit 25c5f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vr_club_site/templates/site/style/game-carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@

@media screen and (max-width: 768px) {
.section-games {
margin-top: 96px;
margin-top: 76px;
}

.games {
Expand Down
2 changes: 1 addition & 1 deletion vr_club_site/templates/site/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
}

.section-what-to-play {
margin-top: 90px;
margin-top: 96px;
}

/* What to play */
Expand Down

0 comments on commit 25c5f66

Please sign in to comment.