diff --git a/src/styles/app.scss b/src/styles/app.scss index f98964bf..b78be650 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -33,7 +33,7 @@ body { font-family: Muller, Arial, Helvetica, sans-serif; font-size: 2rem; line-height: 1.4; - height: 100%; + min-height: 100%; text-size-adjust: 100%; &.fixed { @@ -533,6 +533,7 @@ figcaption { .main-content { flex: 1 100%; + padding-top: 100px; transition: all 1s ease; }