Source: https://www.elegantthemes.com/forum/viewtopic.php?f=187&t=544323
For example on iPad landscape
/* -- START fix logo size on small screens -- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#logo {
max-height: none;
max-width: 160px;
}
}
/* -- END fix logo size on small screens -- */Code language: CSS (css)