merge
This commit is contained in:
commit
72f3bbbe1b
8 changed files with 55 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// -------------------------
|
||||
// Body Styles
|
||||
// -------------------------
|
||||
.main-area {
|
||||
body {
|
||||
background-color: $gold;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
|
@ -94,6 +94,7 @@ a:active {
|
|||
&-wrapper {
|
||||
margin-top: 30px;
|
||||
min-height: calc(100vh - 202px); // take up space above the footer
|
||||
margin-bottom: 30px;
|
||||
.content-title {
|
||||
font-size: 42px;
|
||||
font-weight: 800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue