Skip to content

Commit 1d02f1e

Browse files
committed
Fix "evolve API" on mobile
When <1020px, text-align center was too broadly applied, causing other aspects of the UI to be misaligned. Fixes graphql#231
1 parent 3945439 commit 1d02f1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/_css/index.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ body.index {
281281
min-height: 75vh;
282282
@media screen and (max-width: 1019px) {
283283
min-height: none;
284-
text-align: center;
284+
.prose {
285+
text-align: center;
286+
}
285287
}
286288
}
287289

0 commit comments

Comments
 (0)