Split All Services into Individual Pages #807
@ -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."
|
||||
%}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user