This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
plain-ui
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
adding
#22
release/0.2
HerrHase
3 years ago
parent
80774bf5bb
commit
23e1d21394
2 changed files
with
15 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
src/scss/core/_container.scss
+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
'
,
'
mixins
'
,
'
variables
'
,
'
variables
'
,
'
core/container
'
,
'
core/normalize
'
,
'
core/normalize
'
,
'
core/content
'
,
'
core/content
'
,
'
core/heading
'
,
'
core/heading
'
,
Write
Preview
Loading…
Cancel
Save