From 65eb0376ce83e5c42f73245679c16378379bac17 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 30 Jan 2018 14:12:48 +0000 Subject: [PATCH] Minor CSS fixes --- assets/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/main.scss b/assets/main.scss index df487f8..1ba20c2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -68,6 +68,7 @@ body > header.site-header { .outer-wrapper { box-shadow: 5px 2px 15px -4px rgba(0, 0, 0, 0.1); + min-height: 700px; } .inner-wrapper { @@ -95,6 +96,7 @@ img.profile { line-height: 1.3em; background: linear-gradient(#eeefed, #fff); text-align: center; + overflow: auto; img.me { width: 140px;