.site-inner {
    max-width: unset;
    margin: unset;
    margin-bottom: unset !important;

    @media (min-width: 1025px) {
        min-height: 400px; /* otherwise the menu won't fully display when hovered */
    }
}

#content-container {
    max-width: unset;
    margin: unset;
}

.content {
    float: unset;
    margin: unset;
}

.entry {
    padding: unset;
}

.entry-content {
    margin: unset;
    overflow: unset;
}
