mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
Hotfix footer
This commit is contained in:
parent
0df553a33b
commit
2094aecff1
4 changed files with 27 additions and 9 deletions
|
@ -1,11 +1,18 @@
|
||||||
<section class="footer-section">
|
<section class="footer-section">
|
||||||
<div class="ui secondary inverted three item stackable mini footer-section menu">
|
<div class="ui stackable five column grid">
|
||||||
<a class="item" href="/contact">Contact</a>
|
<div class="row">
|
||||||
<a class="item" href="{{ site.community_hub_url }}"> Community Hub </a>
|
<div class="column"></div>
|
||||||
<a class="item" href="https://safing.io/">
|
<div class="column">
|
||||||
<i class="ui envelope outline icon"> </i>
|
<a href="/terms">Terms & Privacy Policy</a>
|
||||||
<div class="contact-email"></div>
|
</div>
|
||||||
</a>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,15 @@
|
||||||
background-color: $fill_light;
|
background-color: $fill_light;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
||||||
|
.column {
|
||||||
|
padding: 5px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $primary;
|
color: $fill_medium;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,10 @@ body, .ui.header, h1, h2, h3, h4, h5, h6, p {
|
||||||
font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pusher {
|
||||||
|
background-color: $fill_light !important;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $anchor;
|
color: $anchor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
[class*="computer-only"]:not([class*="widescreen"]),
|
[class*="computer-only"]:not([class*="widescreen"]),
|
||||||
[class*="large-screen-only"]:not([class*="widescreen"]),
|
[class*="large-screen-only"]:not([class*="widescreen"]),
|
||||||
[class*="widescreen-hidden"],
|
[class*="widescreen-hidden"],
|
||||||
[class*="widescreen or-lower hidden"] {
|
[class*="widescreen-or-lower-hidden"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue