mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
6 lines
89 B
SCSS
6 lines
89 B
SCSS
@mixin container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: $max-width;
|
|
}
|