[init] initlialize next app & convert old react app

This commit is contained in:
Janis
2022-12-16 17:13:47 +01:00
parent 95d8b832e9
commit e439aad1db
42 changed files with 10568 additions and 5279 deletions

27
styles/Legal.module.scss Normal file
View File

@@ -0,0 +1,27 @@
@import "./variables.scss";
.legal {
h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
}
.legalContent {
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 {
margin-top: 40px;
margin-bottom: 10px;
color: black;
}
}
}