/* Theme Name: Melanie.Art
 Theme URI:    https://melanieschoenfeldt.de
 Description:  Description of my child theme
 Author:       Patrik Schönfeldt
 Author URI:   https://patrikschoenfeldt.de
 Template:     fukasawa
 Version:      0.1.0 */

.credits::before{
    background: None;
}
.posts .featured-media + .post-header {
    display: None;
}
.post-excerpt {
    display: None;
}
.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main-menu {
    flex-grow: 1;
}
.main-menu::after{
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #e7e7e7;
    margin: 35px 0;
}
