We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3043c86 commit d309deaCopy full SHA for d309dea
2 files changed
static/css/v3/learn-page.css
@@ -127,8 +127,4 @@
127
.learn-page-header {
128
max-width: none;
129
}
130
-
131
- .mobile-d-none {
132
- display: none;
133
- }
134
templates/v3/learn_page.html
@@ -24,7 +24,7 @@ <h1>Start anywhere. Learn everything. Build anything.</h1>
24
<div class="py-large three-column">
25
{% include 'v3/includes/_why_boost_cards.html' with why_boost_cards=why_boost_cards %}
26
</div>
27
- <div class="py-large mobile-d-none">
+ <div class="py-large">
28
{% include 'v3/includes/_cards_carousel_v3.html' with carousel_id='library-cards-carousel' heading='Libraries categories' cards=library_cards %}
29
30
<div class="card-masonry py-large">
0 commit comments