<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 930px) and (max-width: 1260px) {

    .noMobile, .mobile-small-header {
        display: none
    }
    
    .noTablet {
        display: none
    }
    
    .box, .caption {
        width: 900px;
    }
    
    .topbar #main-tiles img {
        max-width: 296px;
        margin: 0 0 0 5px;
    }
    
    .topbar {
        height: 203px;
    }
    
    #jednodniowe {
        padding-top: 250px;
    }
    
    #wielokrotnego {
        padding-top: 168px;
    }

    header.smaller .topbar {
        height: 203px;
    }

    
}
</pre></body></html>