Switch to jpeg
This commit is contained in:
parent
6911d8c6f9
commit
3f811567a9
@ -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
BIN
assets/images/bg-lg.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 226 KiB |
Binary file not shown.
Before ![]() (image error) Size: 943 KiB |
BIN
assets/images/bg-md.jpg
Normal file
BIN
assets/images/bg-md.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 143 KiB |
Binary file not shown.
Before ![]() (image error) Size: 563 KiB |
BIN
assets/images/bg-sm.jpg
Normal file
BIN
assets/images/bg-sm.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 106 KiB |
Binary file not shown.
Before ![]() (image error) Size: 404 KiB |
BIN
assets/images/bg-xl.jpg
Normal file
BIN
assets/images/bg-xl.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 317 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.4 MiB |
BIN
assets/images/bg-xxl.jpg
Normal file
BIN
assets/images/bg-xxl.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 631 KiB |
Binary file not shown.
Before ![]() (image error) Size: 2.9 MiB |
BIN
assets/images/bg.jpg
Normal file
BIN
assets/images/bg.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 687 KiB |
Binary file not shown.
Before ![]() (image error) Size: 3.4 MiB |
Loading…
x
Reference in New Issue
Block a user