More tweaks from today's meeting (#87)

Just playing with layout.
- Inverted header
- updated snapshot
- adjusted column widths
- Update J40Footer.spec.tsx.snap
This commit is contained in:
TomNUSDS 2021-06-02 18:34:21 -07:00 committed by GitHub
commit f9ac170c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 175 additions and 134 deletions

View file

@ -21,7 +21,31 @@
max-width: revert;
}
.j40-header {
background-color: #112F4E; /* todo: move color to theme */
color: white;
}
.j40-title {
padding: 2em;
font-size: xx-large;
}
.j40-aside {
background-color: #EFF6FB;
}
.j40-footer-logo {
display: inline-block;
text-align: center;
}
.j40-footer-logo-heading {
}
.j40-address-readability {
display: inline-block;
line-height: 1.5 !important;
text-align: center;
}