8 lines
No EOL
189 B
CSS
8 lines
No EOL
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;
|
|
}
|
|
} |