Hotfix footer

This commit is contained in:
Daniel 2018-09-20 11:35:13 +02:00
parent 0df553a33b
commit 2094aecff1
4 changed files with 27 additions and 9 deletions

View file

@ -1,11 +1,18 @@
<section class="footer-section">
<div class="ui secondary inverted three item stackable mini footer-section menu">
<a class="item" href="/contact">Contact</a>
<a class="item" href="{{ site.community_hub_url }}"> Community Hub </a>
<a class="item" href="https://safing.io/">
<i class="ui envelope outline icon"> </i>
<div class="contact-email"></div>
</a>
<div class="ui stackable five column grid">
<div class="row">
<div class="column"></div>
<div class="column">
<a href="/terms">Terms & Privacy Policy</a>
</div>
<div class="column">
<a href="{{ site.community_hub_url }}"> Community Hub </a>
</div>
<div class="column">
<a href="/contact">Contact</a>
</div>
<div class="column"></div>
</div>
</div>
</section>

View file

@ -3,8 +3,15 @@
background-color: $fill_light;
margin: 0 !important;
.column {
padding: 5px;
text-align: center;
}
a {
color: $primary;
color: $fill_medium;
&:hover {
text-decoration: underline;
}
}
}

View file

@ -2,6 +2,10 @@ body, .ui.header, h1, h2, h3, h4, h5, h6, p {
font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.pusher {
background-color: $fill_light !important;
}
a {
color: $anchor;
}

View file

@ -63,7 +63,7 @@
[class*="computer-only"]:not([class*="widescreen"]),
[class*="large-screen-only"]:not([class*="widescreen"]),
[class*="widescreen-hidden"],
[class*="widescreen or-lower hidden"] {
[class*="widescreen-or-lower-hidden"] {
display: none !important;
}
}