Fix stylelint error

This commit is contained in:
Bill Thornton 2021-08-11 15:28:03 -04:00
parent 8c1ccaf485
commit ba1e05ba22

View File

@ -345,6 +345,12 @@
} }
.detailLogo { .detailLogo {
width: 25vw;
height: 16vh;
position: absolute;
top: 10vh;
right: 25vw;
background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
} }
@ -727,15 +733,6 @@
position: relative; position: relative;
} }
.detailLogo {
width: 25vw;
height: 16vh;
position: absolute;
top: 10vh;
right: 25vw;
background-size: contain;
}
.noBackdrop .detailLogo, .noBackdrop .detailLogo,
.layout-mobile .detailLogo { .layout-mobile .detailLogo {
display: none; display: none;