retrospring/app/assets/stylesheets/base.css.scss

10 lines
109 B
SCSS
Raw Normal View History

2014-11-02 17:58:47 +01:00
/* all custom SCSS should go into here */
2014-11-03 12:59:55 +01:00
body {
overflow-y: scroll;
}
2014-11-02 20:29:01 +01:00
.j2-page {
2014-11-02 17:58:47 +01:00
padding-top: 30px;
2014-11-03 12:59:55 +01:00
}