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

10 lines
109 B
SCSS
Raw Normal View History

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