Success
Your cookie settings were saved.
- {% if request.args.referrer %}
+ {% if request.args.referrer and request.args.referrer != request.base_url %}
Go back to the page you were looking at
diff --git a/src/styles/modules/_generics.scss b/src/styles/modules/_generics.scss
index 349080eb..2892ee11 100644
--- a/src/styles/modules/_generics.scss
+++ b/src/styles/modules/_generics.scss
@@ -42,3 +42,17 @@ p.etna-small-paragraph {
}
}
}
+
+:first-child[hidden] {
+ + .tna-hgroup-xl,
+ + .tna-hgroup-l,
+ + .tna-hgroup-m,
+ + .tna-hgroup-s,
+ + .tna-heading-s,
+ + .tna-heading-m,
+ + .tna-heading-l,
+ + .tna-heading-xl {
+ margin-top: 0;
+ padding-top: 0;
+ }
+}