diff --git a/demo-presentation.html b/demo-presentation.html
new file mode 100644
index 0000000..69db158
--- /dev/null
+++ b/demo-presentation.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+ HIPPIE Presentation Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/elements/_grouping.scss b/elements/_grouping.scss
index f40b6c2..c1f7ab4 100644
--- a/elements/_grouping.scss
+++ b/elements/_grouping.scss
@@ -165,7 +165,7 @@ div {
}
.box__page {
-
+ height: 100vh;
}
.box__info {
diff --git a/example.css b/example.css
index 8733248..6bde1cd 100644
--- a/example.css
+++ b/example.css
@@ -396,6 +396,9 @@ ul li {
figure {
margin: 16px 2em; }
+.box__page {
+ height: 100vh; }
+
.box__info {
padding: 16px 2em;
border-right: 8px solid rgba(82, 190, 209, 0.6);