add option to include a privacy policy and legal notice page

This commit is contained in:
Robert Kaussow 2020-02-05 01:15:51 +01:00
parent 7cceca5a72
commit e000c1e461
6 changed files with 42 additions and 6 deletions

View file

@ -188,7 +188,6 @@ img {
&__header,
&__footer {
margin-bottom: $padding-16 * 1.2;
flex-wrap: wrap;
.icon {
color: $gray-600;
@ -260,6 +259,11 @@ img {
background: $second-color;
color: $white;
&__item {
margin-right: 1em;
line-height: 1.5em;
}
&__link {
color: $color-link-footer;
@ -457,6 +461,10 @@ img {
display: none;
}
.gdoc-footer__item {
width: 100%;
}
#menu-control:checked ~ main {
.gdoc-nav nav,
.gdoc-page {