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
2 changed files with 8 additions and 3 deletions
Showing only changes of commit e2a0d953be - Show all commits

View File

@ -3,7 +3,7 @@
<div class="row">
{% include card.html color="success"
title="Service Providers"
title="Providers"
icon="fas fa-server"
iconcolor="dark"
page="/providers/"
@ -30,7 +30,7 @@
title="Operating Systems"
icon="fas fa-desktop"
iconcolor="dark"
page="/os/"
page="/operating-systems/"
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-bottom: 2rem;
&:target {
@ -86,6 +86,11 @@ a,
}
}
h2, h3:not(.h5), h4, h5 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.anchor-icon {
font-size: .8em;
}