.wp-block-group {
margin: 0;
}
.alignwide {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
}
.alignfull {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
} .admin-bar {
margin-top: 0 !important;
} .page-content,
.post-content {
line-height: 1.6;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
}
.page-content p {
margin-bottom: 1rem;
} .custom-hero-block,
.custom-about-block,
.custom-projects-block,
.custom-contact-block {
width: 100%;
}