From 5a35abcd3bf0fdf81bc6ce4696af7dd03f496992 Mon Sep 17 00:00:00 2001 From: Michael Winter Date: Sun, 23 Aug 2020 04:05:58 +0000 Subject: [PATCH] css tweak --- public/stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 427e01b..a5f00d2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -4,7 +4,7 @@ body, html { padding:0px; /*background-color: #ABABAB;*/ background-color: #FDFDFD; - min-width: 980px; + min-width: 1000px; } h1 { @@ -21,6 +21,7 @@ h2 { font-weight: 100; margin-top: 0px; margin-bottom: -20px; + margin-left: -25px; padding:0px; } @@ -246,7 +247,7 @@ iframe.videoGalleryFrame:hover {height: 190px; width:300px} .inline-list li { display: inline; - padding-left: 8px; + padding-left: 5px; padding-right: 20px; }