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 {

View file

@ -9,7 +9,7 @@ $cover-height: 15em;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://s.werobot.fr/headerCover.jpeg');
background-image: url('/proxyPhotos?code=/headerCover.jpeg');
background-size: cover;
background-position: center;
z-index: -1;

View file

@ -6,7 +6,7 @@ $footer-cover-height: 10em;
.footer-cover-back {
height: $footer-cover-height;
background-image: url("https://s.werobot.fr/footerCover.jpeg");
background-image: url("/proxyPhotos?code=/footerCover.jpeg");
background-size: cover;
background-position-x: center;
background-position-y: top;