Browse code

Updated extra.css to apply the changes only to the home page.

Jacopo Ronchi authored on 04/12/2023 09:38:26
Showing 1 changed files

... ...
@@ -1,3 +1,4 @@
1
+{% if template.name == "index" %}
1 2
 .page-header{
2 3
     border:none;
3 4
     display: grid;
... ...
@@ -9,4 +10,5 @@
9 10
 }
10 11
 .page-header h1{
11 12
     margin-left:2vw;
12
-}
13 13
\ No newline at end of file
14
+}
15
+{% endif %}
14 16
\ No newline at end of file