Add generic .container class
This commit is contained in:
parent
810430de0e
commit
ca94b2bfa4
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@import "placeholders";
|
||||
@import "typography";
|
||||
|
||||
body {
|
||||
|
@ -10,3 +11,7 @@ h1 {
|
|||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.container {
|
||||
@extend %page-width-container;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue