Split All Services into Individual Pages #807

Merged
jonah merged 17 commits from split-pages into master 2019-04-02 00:42:35 +00:00
72 changed files with 568 additions and 346 deletions
Showing only changes of commit e2a0d953be - Show all commits

View File

@ -3,7 +3,7 @@
<div class="row"> <div class="row">
{% include card.html color="success" {% include card.html color="success"
title="Service Providers" title="Providers"
icon="fas fa-server" icon="fas fa-server"
iconcolor="dark" iconcolor="dark"
page="/providers/" page="/providers/"
@ -30,7 +30,7 @@
title="Operating Systems" title="Operating Systems"
icon="fas fa-desktop" icon="fas fa-desktop"
iconcolor="dark" iconcolor="dark"
page="/os/" page="/operating-systems/"
description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist." description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist."
%} %}

View File

@ -77,7 +77,7 @@ a,
} }
} }
.anchor { .anchor, .page-header h1 {
margin-top: 3.5rem; margin-top: 3.5rem;
margin-bottom: 2rem; margin-bottom: 2rem;
&:target { &:target {
@ -86,6 +86,11 @@ a,
} }
} }
h2, h3:not(.h5), h4, h5 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.anchor-icon { .anchor-icon {
font-size: .8em; font-size: .8em;
} }