Skip to content

Commit

Permalink
Remove ToS, etc. from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent e34b82c commit 37147dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
26 changes: 0 additions & 26 deletions css/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,4 @@
}
}
}

.tos-grid {
display: grid;
grid-column-gap: 4rem;
grid-template-columns: 10.25rem 1fr 1fr 1fr;
margin-top: 5rem;
max-width: 66.875rem;
width: 100%;

@media (max-width: 970px) {
grid-template-columns: 1fr 1fr 1fr;

& > div:first-child {
display: none;
}
}

a {
font-size: 0.75rem;
color: var(--bs-white-50);

&:hover {
color: white;
}
}
}
}
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,6 @@ <h6>Help</h6>
<a href="https://github.com/nerves-hub/nerves_hub_web/issues" target="_blank" rel="noopener noreferrer">Report an issue</a>
</div>
</div>
<div class="tos-grid">
<div></div>
<div><a href={Routes.policy_path(@conn, :coc)}>Code of Conduct</a></div>
<div><a href={Routes.policy_path(@conn, :tos)}>Terms of Service</a></div>
<div><a href={Routes.policy_path(@conn, :privacy)}>Privacy Policy</a></div>
</div>
</footer>

<script>
Expand Down

0 comments on commit 37147dd

Please sign in to comment.