5 lines
60 B
SCSS
5 lines
60 B
SCSS
|
.measure {
|
||
|
margin: 0 auto;
|
||
|
max-width: $measure-width;
|
||
|
}
|