/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

/* Ograniczenie rozmiaru logo */
header nav img {
    max-width: 168px !important;
    max-height: 168px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}