From 74a7a4a3df3afe3c853d0ca9244fe1fc902a4560 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 8 Sep 2020 22:53:40 +0200 Subject: [PATCH] layout --- _sass/_layout.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 2f5b65f..01340c6 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -81,19 +81,20 @@ body { background-position: bottom; z-index: 1; h4 { - width: 95%; + width: 90vw; height: auto; min-height: 100px; line-height: .85em; letter-spacing: -0.08em; color: var(--bg); - font-size: 12vw; + font-size: 15vw; display: inline; opacity: 1; border-radius: var(--border-radius); position: absolute; bottom: 0; transform: rotate(-3deg); + overflow: hidden; } } }