Réduction taille en jpg

This commit is contained in:
Adrien Bourmault 2022-04-30 18:31:37 +02:00
parent b72b053e7e
commit bdc45bebf6
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 722 KiB

View File

@ -100,7 +100,7 @@ header {
background: #2d4b63; /* old IE fallback */
background-attachment: fixed;
background-image: url(../templates/electronic.png);
background-image: url(../templates/electronic.jpg);
background-position: 0 0;
background-repeat: cover;
background-size: auto;
@ -168,7 +168,7 @@ footer {
background: #2d4b63; /* old IE fallback */
background-attachment: fixed;
background-image: url(../templates/electronic.png);
background-image: url(../templates/electronic.jpg);
background-position: 0 0;
background-repeat: cover;
background-size: auto;

View File

@ -95,7 +95,7 @@ header {
background: #2d4b63; /* old IE fallback */
background-attachment: fixed;
background-image: url(/templates/electronic.png);
background-image: url(/templates/electronic.jpg);
background-position: 0 0;
background-repeat: cover;
background-size: auto;
@ -162,7 +162,7 @@ footer {
background: #2d4b63; /* old IE fallback */
background-attachment: fixed;
background-image: url(/templates/electronic.png);
background-image: url(/templates/electronic.jpg);
background-position: 0 0;
background-repeat: cover;
background-size: auto;