diff --git a/app/styles/components/help.scss b/app/styles/components/help.scss index 3f95035..5561438 100644 --- a/app/styles/components/help.scss +++ b/app/styles/components/help.scss @@ -26,15 +26,6 @@ a #help-button-mobile { visibility: hidden; } -.desktop-img { - background-image: url(/public/assets/images/desk.jpg); - width:100%; - height:851px; - max-height:100%; - background-repeat: no-repeat; - background-size: contain; -} - } @media only screen and (max-width: 991.98px) { @@ -57,11 +48,4 @@ a #help-button-desktop { visibility: hidden; } -.mobile-img { - background-image: url(/public/assets/images/mobile.jpg); - width:100%; - height:1348px; - background-repeat: no-repeat; - background-size: contain; -} } \ No newline at end of file