Browse Source

adding #22

release/0.2
HerrHase 2 years ago
parent
commit
23e1d21394
2 changed files with 15 additions and 0 deletions
  1. +14
    -0
      src/scss/core/_container.scss
  2. +1
    -0
      src/scss/plain-ui.scss

+ 14
- 0
src/scss/core/_container.scss View File

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

+ 1
- 0
src/scss/plain-ui.scss View File

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


Loading…
Cancel
Save