File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
bedrock/mozorg/templates/mozorg/home Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ <h2 class="go">{{ _('Download Firefox') }}</h2>
148
148
{% if LANG.startswith('en') and waffle.switch('mozorg-home-privacy-promo-jan28') %}
149
149
< li id ="promo-6 " class ="item promo-large-landscape privacy-day " tabindex ="0 " data-name ="January 28 is Data Privacy Day ">
150
150
< h2 class ="primary go "> January 28 is Data Privacy Day</ h2 >
151
- < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }} ">
151
+ < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }}?utm_source=mozorg&utm_medium=tile&utm_campaign=DPD15 ">
152
152
< div class ="secondary ">
153
153
< h3 > Get smart on privacy< br > in four easy steps.</ h3 >
154
154
< p class ="more "> Learn how</ p >
@@ -158,7 +158,7 @@ <h3>Get smart on privacy<br> in four easy steps.</h3>
158
158
{% else %}
159
159
< li id ="promo-6 " class ="item promo-large-landscape privacy-day " tabindex ="0 " data-name ="Get smart on privacy ">
160
160
< h2 class ="primary go "> {{ _('Get Smart on Privacy') }}</ h2 >
161
- < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }} ">
161
+ < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }}?utm_source=mozorg&utm_medium=tile&utm_campaign=DPD15 ">
162
162
< div class ="secondary ">
163
163
< h3 > {{ _('Learn how to give yourself more control online in four easy steps.') }}</ h3 >
164
164
< p class ="more "> {{ _('Get smart on privacy') }}</ p >
Original file line number Diff line number Diff line change @@ -778,7 +778,14 @@ html[lang|="en"] {
778
778
.background-size (100px , 100px );
779
779
780
780
h2 {
781
- padding : 20px 10px 10px 130px ;
781
+ padding : 20px 10px 10px 125px ;
782
+ .font-size (16px );
783
+ }
784
+ }
785
+
786
+ [lang|= ' en' ] {
787
+ .promo-small-landscape.advocacy h2 {
788
+ .font-size (22px );
782
789
}
783
790
}
784
791
You can’t perform that action at this time.
0 commit comments