mirror of
https://github.com/safing/web
synced 2025-09-01 10:39: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">
|
||||
<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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue