TRI-283: end p_mover_landing_page
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
@media (max-width: 479.98px) {
|
||||
margin-bottom: 199px;
|
||||
}
|
||||
|
||||
&__grid {
|
||||
text-align: left;
|
||||
display: grid;
|
||||
@@ -24,6 +28,11 @@
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 479.98px) {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -67,6 +76,10 @@
|
||||
max-width: 70%;
|
||||
margin-bottom: 39px;
|
||||
}
|
||||
|
||||
@media (max-width: 479.98px) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user