Corrected CSS wrapping "Speed..." text to next line. Made max level text align the same as the others.

This commit is contained in:
hexagonhexagon 2020-05-29 19:24:45 -04:00
parent d52e4c9054
commit 501db321a1
1 changed files with 1 additions and 6 deletions

View File

@ -88,7 +88,7 @@
}
.description {
grid-column: 3 / 4;
grid-column: 2 / 4;
grid-row: 1 / 2;
@include PlainText;
color: #aaa;
@ -253,12 +253,7 @@
display: none;
}
.description {
// grid-column: 2 / 4;
// grid-row: 2 / 3;
align-self: end;
justify-self: center;
color: $colorGreenBright;
@include S(margin-top, 20px);
}
}
}