Update the alignment of and the space below the physical address.

This commit is contained in:
Daru13 2019-04-28 04:22:20 +02:00
parent 0781047168
commit 6d67759738

View file

@ -324,21 +324,24 @@ section.orange .button:hover {
#mailing-address { #mailing-address {
font-size: 1.5rem; font-size: 1.5rem;
text-align: center; text-align: center;
line-height: 32px;
vertical-align: middle;
} }
#mailing-address img { #mailing-address img {
width: 32px; width: 32px;
height: 32px; height: 32px;
vertical-align: bottom; vertical-align: middle;
} }
#interactive-map { #interactive-map {
width: 100%; width: 100%;
margin: 0 0 20px 0; margin: 20px 0;
border: none; border: none;
border-radius: 10px; border-radius: 10px;