diff --git a/static/css/styles.css b/static/css/styles.css index 98dd231..f37eb7b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -238,7 +238,6 @@ footer { section.register>h1 { color: #272424; text-align: center; - font-family: 'Inter'; font-size: 44px; font-style: normal; font-weight: 700; @@ -259,7 +258,6 @@ section.register>h1 { .first-column>div:nth-child(2)>div:last-child>input::placeholder { color: rgba(39, 36, 36, 0.60); - font-family: 'Inter'; font-size: 16px; font-style: normal; font-weight: 500; @@ -270,7 +268,6 @@ section.register>h1 { .first-column>div:nth-child(2)>div:first-child { color: #FFF; /* Body text 3 */ - font-family: 'Inter'; font-size: 14px; font-style: normal; font-weight: 400; @@ -362,7 +359,7 @@ footer>div { .sf_1_column{ padding-left: 80px; - padding-right: 230px; + padding-right: 230px; } .sf_2_column, .sf_3_column @@ -376,7 +373,6 @@ footer>div { .second-column>div:first-child { color: #FFF; /* Heading 4 */ - font-family: 'Inter'; font-size: 20px; font-style: normal; font-weight: 500; @@ -388,7 +384,6 @@ footer>div { .four-column>div:first-child { color: #FFF; /* Heading 4 */ - font-family: 'Inter'; font-size: 20px; font-style: normal; font-weight: 500; @@ -401,7 +396,6 @@ footer>div { .third-column>div>a{ color: white; - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -411,7 +405,6 @@ footer>div { .four-column>div:last-child { color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -421,7 +414,6 @@ footer>div { .four-column>div>div>a{ color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -441,7 +433,6 @@ footer>div { .second-column>div:last-child>div>div>a { color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -456,7 +447,6 @@ footer>div { padding: 10px 0px; color: #FFF; /* Body text 1 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 86a6c1c..34b1e74 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -55,10 +55,13 @@ -
+ {% if not user.is_authenticated %} + + {% endif %} + @@ -69,17 +72,19 @@