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