mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
custom.css: left-align roadmap text on small screens
This commit is contained in:
parent
48e11e3dcd
commit
94587bd394
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue