Commit 799e6309 authored by Jeffrey Way's avatar Jeffrey Way

Add a couple quick mobile tweaks

parent ba1bff0f
......@@ -4634,6 +4634,9 @@ button.close {
padding-left: 0;
list-style: none;
counter-reset: welcome-steps; }
@media (max-width: 991px) {
.steps {
max-width: 100%; } }
.steps > .steps__item {
margin-bottom: 2.5em;
......@@ -4654,6 +4657,9 @@ button.close {
font: bold 2em monospace;
text-align: center;
line-height: 49px; }
@media (max-width: 991px) {
.steps > .steps__item:before {
display: none; } }
.steps > .steps__item .body {
float: left; }
.steps > .steps__item h2 {
......
......@@ -3,6 +3,10 @@
padding-left: 0;
list-style: none;
counter-reset: welcome-steps;
@media (max-width: 991px) {
max-width: 100%;
}
}
.steps > .steps__item {
......@@ -26,6 +30,10 @@
font: bold 2em monospace;
text-align: center;
line-height: 49px;
@media (max-width: 991px) {
display: none;
}
}
.body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment