remove orphaned code

This commit is contained in:
Ezra 2021-07-15 10:56:56 -05:00
parent d70801b16d
commit 22618fe5f7
1 changed files with 0 additions and 16 deletions

View File

@ -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;
}
}