Skip to content

Commit 30a2878

Browse files
committed
mobile layout fixes
1 parent 3d659bf commit 30a2878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/editor/src/app/main/components/startscreen/StartScreen.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ form {
191191
}
192192

193193
.footer > div {
194-
/* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
194+
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
195195
padding: 90px 40px;
196196
max-width: calc(var(--vp-layout-max-width) + 16px);
197-
/* display: grid; */
198-
display: flex;
197+
display: grid;
198+
/* display: flex; */
199199
gap: 100px;
200200
margin: 0 auto;
201201
justify-content: center;
@@ -279,7 +279,7 @@ form {
279279
@media (max-width: 500px) {
280280
.header,
281281
.content {
282-
padding-left: 0;
282+
padding-left: 12px;
283283
padding-right: 12px;
284284
}
285285
}

0 commit comments

Comments
 (0)