Update the alignment of and the space below the physical address.
This commit is contained in:
parent
0781047168
commit
6d67759738
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue