Vulcan/packages/base-styles/lib/stylesheets/_global.scss

13 lines
213 B
SCSS
Raw Normal View History

2016-03-24 16:03:30 +09:00
body{
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", sans-serif;
2016-03-25 10:45:28 +09:00
}
.main, .footer, .header{
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
.main{
margin-bottom: $vmargin;
2016-03-24 16:03:30 +09:00
}