Skip to content

Commit f78ad97

Browse files
committed
PR feedback: spacing adjustments
1 parent fdef899 commit f78ad97

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

static/css/v3/community-card.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55

66
.community-card .content-detail-icon {
77
border: none;
8+
gap: var(--space-medium);
9+
}
10+
11+
.community-card .content-detail-icon__cta {
12+
margin-top: var(--space-s);
813
}

static/css/v3/learn-page.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.learn-page-container .card {
2+
max-width: 100%;
3+
}
4+
15
.learn-page-header {
26
width: 100%;
37
max-width: calc(50% - .5 * var(--space-card));
@@ -54,8 +58,6 @@
5458
"a b c"
5559
"a b e"
5660
"a d e"
57-
". d e"
58-
". d ."
5961
;
6062
row-gap: var(--space-card);
6163
column-gap: var(--space-card);

templates/v3/learn_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endblock %}
1212

1313
{% block content %}
14-
<div class="px-large">
14+
<div class="px-large learn-page-container">
1515
<div class="learn-page-header py-large">
1616
<h1>Start anywhere. Learn everything. Build anything.</h1>
1717
<p>A complete, well-documented ecosystem of modern libraries-designed to grow with you.</p>

0 commit comments

Comments
 (0)