Add a couple quick mobile tweaks

This commit is contained in:
Jeffrey Way
2014-11-25 15:24:49 -05:00
parent ba1bff0f4f
commit 799e630965
2 changed files with 14 additions and 0 deletions

View File

@@ -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 {