/*
Theme Name: Lighthouse Static Theme
Theme URI: https://example.com/
Author: Codex
Description: Static HTML based WordPress theme for Lighthouse Future Management.
Version: 1.0.0
Text Domain: lighthouse-static-theme
*/

@import url("./assets/css/style.css");

.admin-bar .header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}
