image baru yang sudah di kompres

This commit is contained in:
Fuzi_fauzia 2024-06-14 15:38:52 +07:00
parent 1f98cbc791
commit d1393d6ec5
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 746 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

@ -167,7 +167,7 @@ html {
} }
&.bg-full-screen-image { &.bg-full-screen-image {
background: url('/assets/images/backgrounds/98438.jpg') no-repeat center center fixed; background: url('/assets/images/backgrounds/bg-smart.jpg') no-repeat center center fixed;
background-size: cover; background-size: cover;
} }

View File

@ -9,7 +9,7 @@
// ================================================================================================ // ================================================================================================
.bg-maintenance-image{ .bg-maintenance-image{
background-image: url(/assets/images/backgrounds/98438.jpg); background-image: url(/assets/images/backgrounds/bg-smart.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
} }