Skip to content

Commit

Permalink
[TASK] changes to footer and subpage
Browse files Browse the repository at this point in the history
  • Loading branch information
mesosa committed Jan 8, 2024
1 parent a0a0f6d commit 4e1854b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion theme/templates/partials/global-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h5><span style="color: #ffffff;">Aarhus</span></h5>
width=12
%}
{% module_attribute "rich_text" %}
<span style="color: #ffffff;">All rights reserved © Random Forest AB 2023 <a href="#cookies" rel="noopener">Cookies</a> | <a href="#integritetspolicy" rel="noopener">Integritetspolicy</a></span>
<span style="color: #ffffff; font-weight: 300;">All rights reserved © Random Forest AB 2023 <a href="#cookies" rel="noopener">Cookies</a> | <a href="#integritetspolicy" rel="noopener">Integritetspolicy</a></span>
{% end_module_attribute %}
{% end_dnd_module %}
{% end_dnd_row %}
Expand Down
6 changes: 6 additions & 0 deletions theme/templates/subpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@

{% extends "./layouts/base.html" %}


{% block body %}
<style>
.contact-section {
padding-bottom: 160px;
}

</style>
{% dnd_area 'dnd_area'
label='Subpage template',
class='subpage-template'
Expand Down

0 comments on commit 4e1854b

Please sign in to comment.