mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
10 lines
154 B
SCSS
10 lines
154 B
SCSS
.content-wrapper {
|
|
max-width: 29.25rem;
|
|
margin: 0 auto;
|
|
|
|
width: calc(100% - 3rem);
|
|
|
|
@include bp("tablet") {
|
|
width: 100%;
|
|
}
|
|
} |