diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index 2ba7582d..c7ac716a 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -27,12 +27,18 @@ top: 0; } +.presentation-target { + width: 100%; + font-size: 10em; + text-align: center; + margin-top: 30px; +} + .mainPresentation #presentation { display: block; } .presentationpane { - background: black; bottom: 0; left: 0; overflow: auto; diff --git a/static/partials/presentation.html b/static/partials/presentation.html index a0ad4dc1..ba4b4b70 100644 --- a/static/partials/presentation.html +++ b/static/partials/presentation.html @@ -1,6 +1,10 @@