inspec/www/source/stylesheets/_layout.scss

29 lines
436 B
SCSS
Raw Normal View History

body {
position: relative;
font-family: $main-font;
2016-09-20 18:33:17 +00:00
color: $body-text;
}
2016-09-21 00:11:41 +00:00
.container {
max-width: 1200px;
margin: 0 auto;
}
.row {
max-width: 1200px;
}
#main-content {
position: relative;
margin-top: 64px;
transition: margin 0.3s ease;
@include nav-small {
padding: 0 $side-nav-padding-small;
}
@include nav-large {
padding-right: 10px;
margin: $top-nav-height 0 0 ($side-nav-width + 50px);
}
}