a11y issues on upgrade footer.

LEARNER-3055
This commit is contained in:
Harry Rein
2018-01-22 09:38:54 -05:00
parent c368c9066d
commit 9dab9d2c20
3 changed files with 19 additions and 16 deletions

View File

@@ -48,6 +48,15 @@
color: $black-t3;
position: relative;
h2 {
font-size: 1.5rem;
font-weight: $font-weight-bold;
}
h3 {
font-size: 1.25rem;
}
@media (max-width: 960px) {
.mini-cert {
display: none;
@@ -63,16 +72,6 @@
width: ($baseline * 13);
}
h2 {
font-size: 1.5rem;
font-weight: 700;
}
h4 {
font-size: 1.25rem;
font-weight: 600;
}
.learner-story-container {
display: flex;
max-width: 630px;