aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-01-22 10:02:08 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-01-22 10:02:08 +0100
commit41858b91d53a620825f4d72bb87f8168939b9db0 (patch)
tree4e78dbd15681796f825d6073893b7a4ee67247db /css
parent5002304fb119859fe0d115883acceb094bc41be0 (diff)
downloadperl-software-in-gnu-guix-41858b91d53a620825f4d72bb87f8168939b9db0.tar
perl-software-in-gnu-guix-41858b91d53a620825f4d72bb87f8168939b9db0.tar.gz
adjust how global height is styled
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css5
-rw-r--r--css/reveal.scss5
2 files changed, 6 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css
index c685926..c865325 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -8,14 +8,15 @@
/*********************************************
* GLOBAL STYLES
*********************************************/
-html,
-body {
+html {
width: 100%;
height: 100%;
+ height: 100vh;
height: calc( var(--vh, 1vh) * 100);
overflow: hidden; }
body {
+ height: 100%;
position: relative;
line-height: 1;
margin: 0;
diff --git a/css/reveal.scss b/css/reveal.scss
index 7bec964..e7d2981 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -11,15 +11,16 @@
* GLOBAL STYLES
*********************************************/
-html,
-body {
+html {
width: 100%;
height: 100%;
+ height: 100vh;
height: calc( var(--vh, 1vh) * 100 );
overflow: hidden;
}
body {
+ height: 100%;
position: relative;
line-height: 1;
margin: 0;