3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Add privacy policy

This commit is contained in:
Dragory 2020-08-18 23:52:24 +03:00
parent ad78574959
commit cffb0dbd6b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
8 changed files with 154 additions and 4 deletions

View file

@ -15,5 +15,4 @@ body {
@apply bg-gray-900;
@apply text-gray-300;
@apply text-base;
@apply p-4;
}

View file

@ -0,0 +1,51 @@
.privacy-policy {
padding: 16px;
width: 100%;
min-height: 100vh;
background-color: #7289da;
background-image: linear-gradient(225deg, #7289da 0%, #5d70b4 100%);
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
& a {
color: #fff;
text-decoration: underline;
}
& .wrapper {
flex: 0 0 auto;
width: 100%;
max-width: 800px;
}
& h1 {
font-size: 60px;
font-weight: 300;
}
& h2 {
font-size: 30px;
margin-top: 16px;
}
& p {
margin-bottom: 16px;
}
& ul {
list-style: disc;
margin-left: 24px;
margin-bottom: 16px;
& ul {
margin-bottom: 0;
}
}
}

View file

@ -77,7 +77,6 @@
grid-template-columns: 1fr 1fr;
margin-top: 8px;
margin-left: -12px;
& .btn {
margin: 12px;