PLT-3760 - Fixing tutorial positioning on mobile (#3783)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
d6da7d1220
Коммит
c996011846
@@ -176,7 +176,6 @@
|
|||||||
|
|
||||||
.tutorial__content {
|
.tutorial__content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 20px 40px 80px;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
.tutorial__steps {
|
.tutorial__steps {
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
@charset 'UTF-8';
|
@charset 'UTF-8';
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
.tutorial-steps__container {
|
||||||
|
.tutorial__content {
|
||||||
|
.tutorial__steps {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.prompt {
|
.prompt {
|
||||||
.prompt__heading {
|
.prompt__heading {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user