Skip to content

Commit

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

0 comments on commit cb4b9c8

Please sign in to comment.