Skip to content

Commit

Permalink
Prevent inline padding tho
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 25, 2023
1 parent cb4b9c8 commit cfe4f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Base/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ withDefaults(defineProps<BaseContainerProps>(), {
[standard-end] minmax(var(--space-2), 1fr)
[full-end];
position: relative;
padding-inline: 0;
@media (min-width: 50rem) {
grid-template-columns:
Expand Down

0 comments on commit cfe4f6e

Please sign in to comment.