a little styling
This commit is contained in:
4
app/assets/stylesheets/atoms/_base.scss
Normal file
4
app/assets/stylesheets/atoms/_base.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
margin: 20px auto;
|
||||
width: 850px;
|
||||
}
|
6
app/assets/stylesheets/atoms/_variables.scss
Normal file
6
app/assets/stylesheets/atoms/_variables.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
$copy: #000;
|
||||
|
||||
// gutters
|
||||
$gutter: 30px;
|
||||
$half-gutter: 15px;
|
||||
$mini-gutter: 5px;
|
Reference in New Issue
Block a user