Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 class="h3-heading">{% trans "Privacy" %}</h2>

{% if product.product_type == 'general' %}
<section class="criterion">
<h3 class="pni-product-smaller-body-bold mb-1 mb-md-2">{% trans "Can it snoop on me?" %}</h3>
<h3 class="tw-mb-4 tw-font-zilla tw-text-2xl tw-leading-7">{% trans "Can it snoop on me?" %}</h3>
<div class="row">
{% trans "Camera" as camera %}
{% trans "Microphone" as microphone %}
Expand All @@ -124,7 +124,7 @@ <h3 class="pni-product-smaller-body-bold mb-1 mb-md-2">{% trans "Can it snoop on


<section class="criterion">
<h3 class="pni-product-smaller-body-bold mb-1 mb-md-2">{% trans "What is required to sign up?" %}</h3>
<h3 class="tw-mb-4 tw-font-zilla tw-text-2xl tw-leading-7">{% trans "What is required to sign up?" %}</h3>

<div class="row">
{% trans "Email" as email %}
Expand All @@ -149,7 +149,7 @@ <h3 class="pni-product-smaller-body-bold mb-1 mb-md-2">{% trans "What is require


<section class="criterion">
<h3 class="pni-product-smaller-body-bold mb-1 mb-md-2">{% trans "What data does it collect?" %}</h3>
<h3 class="tw-mb-4 tw-font-zilla tw-text-2xl tw-leading-7">{% trans "What data does it collect?" %}</h3>

<div class="row">
{% trans "Personal" as personal_data_collected %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n static %}

<div class="primary-info">
<h3 class="pni-product-smaller-body-bold">{{ label }}</h3>
<h3 class="tw-mb-4 tw-font-zilla tw-text-2xl tw-leading-7">{{ label }}</h3>

<p class="rating pni-product-smaller-body mb-0">
{% if value == "CD" %}
Expand Down