Add generic .container class

This commit is contained in:
Mathieu Magnin 2017-07-03 14:02:57 +02:00
parent 810430de0e
commit ca94b2bfa4

View file

@ -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;
}