Add legalese

This commit is contained in:
Dennis Reimann
2021-11-10 11:16:07 +01:00
parent cabcdee6e4
commit 8a87fff481
9 changed files with 265 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ table {
}
}
h1,
p,
ul,
table {

View File

@@ -8,10 +8,14 @@
padding: var(--space-l) 0;
& .wrap {
@media (--M_and_up) {
@media (--L_and_up) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
& p {
margin-bottom: 0;
}
}
& p:last-child {

View File

@@ -85,7 +85,7 @@
margin-right: var(--space-xl);
overflow: hidden;
text-transform: uppercase;
min-width: 3em;
min-width: 3.5em;
z-index: 1;
& a {