/*
Theme Name: Motyw KS Hetman
Author: WESKO – Szymon Ałaj
Description: Nowoczesna wersja strony K.S. Hetman Zamość.
Version: 1.0.0
Text Domain: motyw-ks-hetman
Requires at least: 6.4
Requires PHP: 7.4
*/

/*
 * Motyw celowo nie narzuca wyglądu.
 * Własny HTML, CSS i JavaScript wklejony do treści strony
 * odpowiada za cały widoczny układ.
 */

html {
    min-height: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    min-height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

.wp-site-content,
.site-content,
.entry-content,
.page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
