From 6d67759738f977280d02ed14590fedc241076be1 Mon Sep 17 00:00:00 2001 From: Daru13 Date: Sun, 28 Apr 2019 04:22:20 +0200 Subject: [PATCH] Update the alignment of and the space below the physical address. --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 570500d..0f7a0e0 100644 --- a/css/style.css +++ b/css/style.css @@ -324,21 +324,24 @@ section.orange .button:hover { #mailing-address { font-size: 1.5rem; + text-align: center; + line-height: 32px; + vertical-align: middle; } #mailing-address img { width: 32px; height: 32px; - vertical-align: bottom; + vertical-align: middle; } #interactive-map { width: 100%; - margin: 0 0 20px 0; + margin: 20px 0; border: none; border-radius: 10px;