removes headings on footer
This commit is contained in:
@@ -587,12 +587,8 @@ footer {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 a {
|
a.title {
|
||||||
border-bottom: 1px solid $text-light;
|
font-weight: bold;
|
||||||
display: block;
|
|
||||||
font-size: rem-calc(24);
|
|
||||||
line-height: rem-calc(31);
|
|
||||||
padding-bottom: $line-height/4;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,23 +17,17 @@
|
|||||||
|
|
||||||
<div class="footer-sections small-12 large-8 column">
|
<div class="footer-sections small-12 large-8 column">
|
||||||
<div class="small-12 medium-4 column">
|
<div class="small-12 medium-4 column">
|
||||||
<h2>
|
<%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>
|
||||||
<%= link_to t("layouts.footer.participation_title"), root_path %>
|
|
||||||
</h2>
|
|
||||||
<p><%= t("layouts.footer.participation_text") %></p>
|
<p><%= t("layouts.footer.participation_text") %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12 medium-4 column">
|
<div class="small-12 medium-4 column">
|
||||||
<h2>
|
<%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), class: "title", rel: "nofollow" %>
|
||||||
<%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), rel: "nofollow" %>
|
|
||||||
</h2>
|
|
||||||
<p><%= t("layouts.footer.transparency_text") %></p>
|
<p><%= t("layouts.footer.transparency_text") %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12 medium-4 column">
|
<div class="small-12 medium-4 column">
|
||||||
<h2>
|
<%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), class: "title", rel: "nofollow" %>
|
||||||
<%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), rel: "nofollow" %>
|
|
||||||
</h2>
|
|
||||||
<p><%= t("layouts.footer.open_data_text") %></p>
|
<p><%= t("layouts.footer.open_data_text") %></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user