30 lines
369 B
SCSS
30 lines
369 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;
|
|
}
|
|
|
|
.img-answerbox {
|
|
height: 64px;
|
|
width: 64px;
|
|
} |