Skip to content

Commit ae050e6

Browse files
committed
Correct inconsistent max width on mobile
1 parent f78ad97 commit ae050e6

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

static/css/v3/foundations.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ html.v3 code {
134134
max-width: 1440px;
135135
margin-left: auto;
136136
margin-right: auto;
137-
padding-left:var(--space-large);
138-
padding-right:var(--space-large);
137+
padding-left:var(--space-medium);
138+
padding-right:var(--space-medium);
139139
}

static/css/v3/learn-page.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@
9797
;
9898
}
9999

100-
.card {
101-
max-width: 100%;
102-
}
103-
104-
.post-cards {
100+
.card, .card-group {
105101
max-width: 100%;
106102
}
107103
}

0 commit comments

Comments
 (0)