This commit is contained in:
2023-08-09 09:06:05 +02:00
parent 5f1493088a
commit d0e04677c7
14 changed files with 148 additions and 11 deletions

View File

@@ -259,3 +259,38 @@
overflow-y: auto;
margin-bottom: 0.625rem;
}
.section--gdpr {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100vw;
height: 100vh;
background-color: var(--color-white);
overflow: auto;
}
.section--gdpr.is-open {
display: block;
}
.section--gdpr h2,h3{
text-align: center;
padding-inline: 1rem;
}
.section--gdpr .list{
margin-inline: auto;
max-width: 50rem;
}
.section--gdpr .list li {
padding-inline: 1rem;
margin-bottom: 1.5rem;
}
.section--gdpr .list.prologue li {
margin-bottom: 0.5rem;
}