Files
linea-monorepo/bridge-ui/src/components/layouts/layout.module.scss
2025-03-31 10:45:48 +02:00

10 lines
154 B
SCSS

.content-wrapper {
max-width: 29.25rem;
margin: 0 auto;
width: calc(100% - 3rem);
@include bp("tablet") {
width: 100%;
}
}