This commit is contained in:
Janis
2022-12-16 23:20:02 +01:00
parent 163e35a49e
commit 47fc8d8c18
14 changed files with 1419 additions and 134 deletions

View File

@@ -0,0 +1,28 @@
@import "./variables.scss";
.legalAndPrivayContainer {
h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
}
.content {
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
font-size: 14pt;
text-align: left;
line-height: 2em;
color: #555555;
letter-spacing: 1px;
h3,
h2 {
margin-top: 20px;
margin-bottom: 10px;
color: black;
}
}
}