custom.css: left-align roadmap text on small screens

This commit is contained in:
alreadyburnt 2021-04-16 05:07:47 +02:00 committed by GitHub
parent 48e11e3dcd
commit 94587bd394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3891,6 +3891,10 @@ h3.months {
@media only screen and (max-width: 30rem) { @media only screen and (max-width: 30rem) {
.roadmap ul {
padding-inline-start: 0;
}
.pre-roadmap .col-xs-4 { .pre-roadmap .col-xs-4 {
-ms-flex-preferred-size: 90%; -ms-flex-preferred-size: 90%;
flex-basis: 90%; flex-basis: 90%;