Skip to content

Commit

Permalink
fixed info details on xs
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Jun 26, 2024
1 parent 7dfbcc9 commit b314799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/views/GameDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ watch(
class="px-5"
:class="{
'info-lg': mdAndUp,
'info-xs': smAndDown,
'info-mobile': smAndDown,
}"
>
<div
Expand Down Expand Up @@ -241,7 +241,7 @@ watch(
.cover-mobile {
margin-top: -280px;
}
.info-xs {
margin-top: 50px;
.info-mobile {
margin-top: 100px;
}
</style>

0 comments on commit b314799

Please sign in to comment.