mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
13 lines
No EOL
143 B
SCSS
13 lines
No EOL
143 B
SCSS
/* all custom SCSS should go into here */
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.j2-page {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.centre {
|
|
text-align: center;
|
|
} |