Organic sertificate, updated front page, translated privacy route

This commit is contained in:
2023-06-13 15:26:15 +03:00
parent 3f41a9d097
commit 29d7733ecd
9 changed files with 121 additions and 15 deletions

View File

@@ -0,0 +1,20 @@
.organic-text {
display: flex;
flex-direction: column;
width: 80%;
}
.organic-text h2 {
text-align: left;
padding-left: 20px;
}
.organic-text p {
max-width: 100% !important;
}
@media screen and (max-width: 600px) {
.organic-text {
width: 100%;
}
}