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

@@ -89,8 +89,8 @@
}
@media (max-width: 650px) {
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
img {
width: 100% !important;
}

View File

@@ -1,13 +1,13 @@
@import "./variables.scss";
.legal {
.legalAndPrivayContainer {
h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
}
.legalContent {
.content {
width: 80%;
display: block;
margin-left: auto;
@@ -18,8 +18,9 @@
color: #555555;
letter-spacing: 1px;
h3 {
margin-top: 40px;
h3,
h2 {
margin-top: 20px;
margin-bottom: 10px;
color: black;
}