added privacy policy

This commit is contained in:
Vrifox 2020-10-05 09:57:10 +02:00
parent c8698d8c80
commit 26cd9f0bea
16 changed files with 285 additions and 112 deletions

View file

@ -2,17 +2,23 @@
@import '../partials/nav';
header {
margin: 100px 0;
align-items: center;
background: rgb(60, 60, 90);
border-radius: 5px;
display: flex;
height: 200px;
margin: 40px 0;
text-align: center;
h1 {
font-size: 2em;
margin: auto;
}
}
.section-articles {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
margin: 20px 0;
a {
color: rgb(255, 255, 255);
@ -36,7 +42,7 @@ header {
background: rgb(80, 80, 120);
border-radius: 5px 5px 0px 0px;
margin: -20px -20px 20px -20px;
max-height: 170px;
max-height: 250px;
max-width: calc(100% + 40px);
object-fit: cover;
order: -1;