fix footer layout and links (#447)

* fix footer layout and links
* Fix up trusswork's `<Footer>` + `<Logo>` + `<Address>` to match design
This commit is contained in:
TomNUSDS 2021-08-05 21:34:43 -07:00 committed by GitHub
commit ef044fa36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 244 additions and 207 deletions

View file

@ -164,15 +164,17 @@ $primary-color: #112f4e;
}
.j40-footer {
.usa-footer__contact-info {
justify-content: center;
line-height: 1.5;
text-align: center;
.j40-footer-logo {
font-weight: bold;
}
.j40-footer-logo {
display: inline-block;
text-align: center;
.j40-footer-address {
.usa-footer__contact-info {
font-weight: normal;
text-align: left;
display: inline-block;
line-height: 1.5;
}
}
}