Switch to jpeg

This commit is contained in:
Damillora 2019-11-30 03:18:20 +07:00
parent 6911d8c6f9
commit 3f811567a9
13 changed files with 5 additions and 5 deletions

View File

@ -10,29 +10,29 @@ html {
@apply font-sans;
}
.main {
background-image: url('~assets/images/bg-sm.png');
background-image: url('~assets/images/bg-sm.jpg');
background-size: cover;
background-position: center;
@apply min-h-screen;
}
@screen sm {
.main {
background-image: url('~assets/images/bg-md.png');
background-image: url('~assets/images/bg-md.jpg');
}
}
@screen md {
.main {
background-image: url('~assets/images/bg-lg.png');
background-image: url('~assets/images/bg-lg.jpg');
}
}
@screen lg {
.main {
background-image: url('~assets/images/bg-xl.png');
background-image: url('~assets/images/bg-xl.jpg');
}
}
@screen xl {
.main {
background-image: url('~assets/images/bg-xxl.png');
background-image: url('~assets/images/bg-xxl.jpg');
}
}
.card {

BIN
assets/images/bg-lg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 KiB

BIN
assets/images/bg-md.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 KiB

BIN
assets/images/bg-sm.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 KiB

BIN
assets/images/bg-xl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/images/bg-xxl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

BIN
assets/images/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB