8 lines
189 B
CSS
8 lines
189 B
CSS
|
@media (min-width: 800px) {
|
||
|
.main-jumbo {
|
||
|
background-image: url("/media/all-cropped.png");
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: right;
|
||
|
background-size: contain;
|
||
|
}
|
||
|
}
|