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

25 lines
318 B
SCSS

/* all custom SCSS should go into here */
body {
overflow-y: scroll;
}
.j2-page {
padding-top: 30px;
}
.centre {
text-align: center;
}
.entry-subtext {
color: $navbar-inverse-bg;
margin-top: 0px;
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
.entry-text {
margin-bottom: 0px;
}