Skip to content

Commit 55046ff

Browse files
committed
increase size of privacy policy hero card and responsiveness improvements to card
1 parent 95bfbf9 commit 55046ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/assets/sass/modules/_card.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
border-radius: calc($spacer / 4)
99
box-shadow: $shadow--elevated
1010

11-
@media screen and (max-width: 1024px)
11+
@media screen and (max-width: 1600px)
1212
min-width: 60%
1313
max-width: 75%
1414

@@ -30,7 +30,7 @@
3030
@media screen and (max-width: 1024px)
3131
max-width: 90%
3232

33-
@media screen and (max-width: 1024px)
33+
@media screen and (max-width: 800px)
3434
max-width: 95%
3535

3636
@media screen and (max-width: 600px)

resources/views/legal/privacy-policy.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="container">
99
{% include 'partials/_header.twig' %}
1010

11-
<div class="card section__content">
11+
<div class="card section__content card--large">
1212
<h2 class="h2 card__heading">{{ __('legal.privacy-policy.title') }}</h2>
1313

1414
<p class="card__text">

0 commit comments

Comments
 (0)