Merge pull request #15734 from anawebdev/fix/hours-display

Correct misalignment between challenge names and hour estimates
This commit is contained in:
Dylan
2017-08-05 21:17:14 -05:00
committed by GitHub

View File

@ -77,6 +77,9 @@
a { a {
cursor: pointer; cursor: pointer;
} }
@media (min-width: 721px) {
clear: both;
}
} }
.@{ns}-accordion-panel-heading a { .@{ns}-accordion-panel-heading a {
@ -88,6 +91,12 @@
transition: height 0.001s; transition: height 0.001s;
} }
.@{ns}-accordion-panel-title {
@media (min-width: 721px) {
clear: both;
}
}
.@{ns}-block-time { .@{ns}-block-time {
color: #BBBBBB; color: #BBBBBB;
@media (min-width: 721px) { @media (min-width: 721px) {