vaguerent/website/components/tabs/style.module.css
2020-06-01 19:15:13 -04:00

9 lines
226 B
CSS

/* This is a CSS overwrite on top of the existing component styles to accommodate the Learn layout */
.root {
& :global(.g-grid-container),
& > :global(.g-grid-container) {
padding-left: 0;
padding-right: 0;
}
}