/* blog/index.html only. Loaded after base.css and simple-page.css. */

h1 {
    margin: 1.5rem 0 1.5rem;
}

.entry {
    margin-bottom: 2rem;
}

.entry-date {
    font-size: 12px;
}

.entry h2 {
    margin: 0.2rem 0 0.4rem;
}

.entry h2 a {
    text-decoration: none;
}

.entry h2 a:hover {
    text-decoration: underline;
}

.entry-excerpt {
    margin: 0;
}
