Skip to content

Commit d309dea

Browse files
committed
PR feedback
1 parent 3043c86 commit d309dea

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

static/css/v3/learn-page.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,4 @@
127127
.learn-page-header {
128128
max-width: none;
129129
}
130-
131-
.mobile-d-none {
132-
display: none;
133-
}
134130
}

templates/v3/learn_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Start anywhere. Learn everything. Build anything.</h1>
2424
<div class="py-large three-column">
2525
{% include 'v3/includes/_why_boost_cards.html' with why_boost_cards=why_boost_cards %}
2626
</div>
27-
<div class="py-large mobile-d-none">
27+
<div class="py-large">
2828
{% include 'v3/includes/_cards_carousel_v3.html' with carousel_id='library-cards-carousel' heading='Libraries categories' cards=library_cards %}
2929
</div>
3030
<div class="card-masonry py-large">

0 commit comments

Comments
 (0)