fix(client): touching the edges on learn welcome page (#35296)

This commit is contained in:
Dzmitry
2019-02-20 08:06:43 +03:00
committed by Ahmad Abdolsaheb
parent 2424f7892b
commit 31490d2b6a

View File

@ -5,11 +5,12 @@
align-items: center;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
}
@media screen and (max-width: 630px) {
.learn-page-wrapper {
padding: 0 25px;
padding: 0 15px;
}
}