Add link to various privacy subpages to homepage

This commit is contained in:
2019-04-01 15:42:27 -05:00
parent 6dbf30403a
commit e2a827bf16
5 changed files with 82 additions and 4 deletions

View File

@ -78,10 +78,11 @@ a,
}
.anchor {
margin-top: 4rem;
margin-top: 3.5rem;
margin-bottom: 2rem;
&:target {
margin-top: -4rem;
padding-top: 8rem;
padding-top: 7.5rem;
}
}
@ -94,6 +95,12 @@ a,
margin-left: 5px;
}
.panel-icon {
float: right;
margin: 15px;
font-size: 5.5em;
}
.share-btn {
border: 0;
box-shadow: $share-btn-shadow;