27 lines
334 B
CSS

.dd-locked-logo {
width: 13rem;
padding-top: 1rem;
}
.dd-show-logo {
width: 9rem;
}
.cursor-locked-logo {
width: 9rem;
padding-top: 1rem;
}
.cursor-show-logo {
width: 6rem;
}
@media (max-width: 767px) {
.dd-show-logo {
width: 5rem;
}
.cursor-show-logo {
width: 3rem;
}
}