From c395541a7bc9bd2825291213ee8b80c13679f3f4 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 12 Jul 2017 05:30:48 -0400 Subject: [PATCH] style: try to make design more responsive for long form --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 992eb42..3b3e0fe 100644 --- a/style.css +++ b/style.css @@ -43,10 +43,16 @@ p { .poem { font-size: 40px; padding-left: 3em; + height: calc(100vh - 250px); + overflow-x: scroll; } #bottom { - margin-left: calc(50vw - 185px); + margin: 0; + padding-left: calc(50vw - 185px); + padding-right: calc(50vw - 75px); + background-color: white; border-top: 10px solid; + height: 250px; } .nav { font-size: 170px;