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

13 lines
143 B
SCSS

/* all custom SCSS should go into here */
body {
overflow-y: scroll;
}
.j2-page {
padding-top: 30px;
}
.centre {
text-align: center;
}