Skip to content

Commit

Permalink
Fix Address list column size issue
Browse files Browse the repository at this point in the history
- issue introduced in the update replacing all breakpoints with scss variables.
  • Loading branch information
mraveux committed Jun 25, 2024
1 parent 73b7a7f commit b57375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export default defineComponent({
}
}
@media (min-width: $veryLargeDesktopBreakpoint) {
@media (min-width: ($ultraLargeDesktopBreakpoint + 70)) {
::v-deep .groundfloor {
display: flex;
justify-content: center;
Expand Down

0 comments on commit b57375b

Please sign in to comment.