PLT-3760 - Fixing tutorial positioning on mobile (#3783)

Этот коммит содержится в:
Asaad Mahmood
2016-08-11 21:24:08 +05:00
коммит произвёл Christopher Speller
родитель d6da7d1220
Коммит c996011846
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@@ -176,7 +176,6 @@
.tutorial__content {
display: table-cell;
padding: 20px 40px 80px;
vertical-align: middle;
.tutorial__steps {

Просмотреть файл

@@ -1,6 +1,14 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
.tutorial-steps__container {
.tutorial__content {
.tutorial__steps {
margin-bottom: 0;
}
}
}
.prompt {
.prompt__heading {
display: block;