From d277ee99966730651dcf0b4206e604b196800012 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 Apr 2018 12:41:54 -0400 Subject: [PATCH] Updating header move FaceBook icon to right of number. add spacing. --- header.php | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index 9a7c664..57d704b 100644 --- a/header.php +++ b/header.php @@ -11,8 +11,8 @@

- Call: (231) 526-2111 +

210 Artesian Avenue
Harbor Springs MI 49740
diff --git a/style.css b/style.css index cc4156b..83ff154 100644 --- a/style.css +++ b/style.css @@ -239,7 +239,7 @@ ul.room-gallery li img { display:block; margin:0 auto; } /* Media Queries */ @media(min-width:419px) { body { font-size:15px; } - #facebook-icon { position: relative; float: left; margin-left: 20%; display: inline !important; } + #facebook-icon { margin: 0 20px; display: inline !important; } } @media(max-width:499px) { #slideshow div.slide { height:160px } @@ -309,6 +309,6 @@ ul.room-gallery li img { display:block; margin:0 auto; } #banner img { max-width:1170px; } h1{font-size:32px} h2{font-size:28px} - #facebook-icon { position: absolute; right: 200px; top: 6px; } + #facebook-icon { margin: 0 20px; } } @media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}a,a:visited{text-decoration:underline;}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}} -- 2.17.1