Template:BlogHeader/styles.css

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    .blog-author, .blog-seperator, .blog-date {
        color: var(--color-subtle);
        text-transform: uppercase;
    }
    
    .blog-title a {
        color: var(--color-emphasized);
    }
    
    .blog-featured-image img, .blog-image img {
        width: 100%;
        max-width: 1200px;
        height: auto;
    }
    
    .blog-featured-image, .blog-image {
        display: flex;
        justify-content: center;
    }