mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 20:29:25 -05:00
6 lines
77 B
SCSS
6 lines
77 B
SCSS
.container {
|
|
margin: 0 auto;
|
|
max-width: $grid-container;
|
|
width: 90%;
|
|
}
|