release/0.2
HerrHase 3 years ago
parent 80774bf5bb
commit 23e1d21394

@ -0,0 +1,14 @@
/**
* Container
*
*
* @author Björn Hase, Tentakelfabrik
* @license http://opensource.org/licenses/MIT The MIT License
* @link https://github.com/tentakelfabrik/crispy-css
*
*/
.container--app {
max-width: 100%;
padding: 15px 30px;
}

@ -7,6 +7,7 @@
'mixins',
'variables',
'core/container',
'core/normalize',
'core/content',
'core/heading',

Loading…
Cancel
Save