|
|
|
@ -66,7 +66,7 @@ body {
|
|
|
|
position: sticky;
|
|
|
|
position: sticky;
|
|
|
|
top: 48px; /* Height of navbar */
|
|
|
|
top: 48px; /* Height of navbar */
|
|
|
|
height: calc(100vh - 48px);
|
|
|
|
height: calc(100vh - 48px);
|
|
|
|
padding-top: 3rem;
|
|
|
|
margin-top: 6rem;
|
|
|
|
padding-left: .5rem;
|
|
|
|
padding-left: .5rem;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
|
|
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
|
|
|
@ -140,4 +140,7 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
.footer p {
|
|
|
|
.footer p {
|
|
|
|
margin-bottom: .25rem;
|
|
|
|
margin-bottom: .25rem;
|
|
|
|
|
|
|
|
margin-left: 25rem;
|
|
|
|
|
|
|
|
padding-left: 25rem;
|
|
|
|
|
|
|
|
color: footertext;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|