Skip to content

Commit 58fd278

Browse files
wen-2018maribedran
andauthored
update pictogram breakpoints (#1057)
Co-authored-by: Mariana Bedran Lesche <maribedran@gmail.com>
1 parent 5327d67 commit 58fd278

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

media/css/cms/pages/flare26-homepage.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,14 @@
3636
.fl-home-body {
3737
--section-border-radius: var(--token-border-radius-xl);
3838
}
39+
40+
.fl-home-body .fl-card-grid {
41+
--fl-card-grid-columns: repeat(2, minmax(0, 1fr));
42+
}
43+
}
44+
45+
@media (--viewport-lg-up) {
46+
.fl-home-body .fl-card-grid {
47+
--fl-card-grid-columns: repeat(4, minmax(0, 1fr));
48+
}
3949
}

springfield/cms/templates/cms/thanks_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% extends "cms/base-flare26.html" %}
88

9-
{% block body_class %}fl-home-body{% endblock %}
9+
{% block body_class %}fl-thanks-body{% endblock %}
1010

1111
{% block js %}
1212
{{ js_bundle('firefox_download_thanks') }}

0 commit comments

Comments
 (0)