Skip to content

Commit

Permalink
fix(privacy): adjust banner width at mobile sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jan 8, 2025
1 parent 835dfb8 commit 411d567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/client/src/components/static/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@
background-color: $white;
z-index: 1;
box-shadow: 0px 3px 6px 0px rgba(26, 24, 29, 0.16), 0px 3px 6px 0px rgba(26, 24, 29, 0.24);
@media only screen and (max-width: 992px) {
width: calc(100vw - 48px);
}
}
}
Expand Down

0 comments on commit 411d567

Please sign in to comment.