Privacy statement.

This commit is contained in:
codevictory
2021-05-11 19:35:21 +03:00
parent 2ae2f601dd
commit c5bd951747
12 changed files with 174 additions and 6 deletions

View File

@@ -0,0 +1,32 @@
.privacy-text {
display: flex;
flex-direction: column;
width: 80%;
h2 {
text-align: left;
padding-left: 20px;
}
}
@media screen and (max-width: 600px) {
.privacy-text {
width: 100%;
}
}
.disclaimer {
display: flex;
flex-direction: column;
font-size: 0.9em;
align-items: center;
margin-bottom: 20px;
p {
margin-bottom: 0px !important;
}
}
p {
max-width: 100% !important;
}