5 lines
77 B
CSS
5 lines
77 B
CSS
.wrapper {
|
|
margin-top: var(--Spacing-x3);
|
|
max-width: min(100%, 620px);
|
|
}
|