fix(client): touching the edges on learn welcome page (#35296)
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
2424f7892b
commit
31490d2b6a
@ -5,11 +5,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 630px) {
|
@media screen and (max-width: 630px) {
|
||||||
.learn-page-wrapper {
|
.learn-page-wrapper {
|
||||||
padding: 0 25px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user