fix:content/about* add:content/legals*

This commit is contained in:
GZod01 2024-06-06 12:11:20 +02:00
parent 1c7a32b9f4
commit a52134a256
322 changed files with 3252 additions and 2585 deletions

View file

@ -69,12 +69,13 @@
}
.article-thumb {
height: 15em;
overflow: hidden;
background-color: white;
background-size: cover;
background-position: center;
transition: height 0.3s;
background-image:var(--article-image);
height: 15em;
overflow: hidden;
background-color: white;
background-size: cover;
background-position: center;
transition: height 0.3s;
}
.article-thumb img {