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
|
|
|
}
|
2014-11-17 04:19:59 -08:00
|
|
|
|
|
|
|
.centre {
|
|
|
|
text-align: center;
|
2014-11-29 13:56:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry-subtext {
|
|
|
|
color: $navbar-inverse-bg;
|
|
|
|
margin-top: 0px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-text {
|
|
|
|
margin-bottom: 0px;
|
2014-11-17 04:19:59 -08:00
|
|
|
}
|