main {
    margin: 1em 1em 0;
}

nav > menu {
    border-radius: 0;
}

nav menu li:first-child {
    border-radius: 0;
}

nav menu .spacer ~ li:last-child {
    border-radius: 0;
}

h1:after, h2:after {
    width: 80%;
}

.list-page article {
    flex-direction: column;
}

.list-page .summary {
    text-align: justify;
}

.post-preview .cover {
    padding: 0;
    margin: 1em 0 0;
    text-align: center;
}

.post-full {
    margin: 0;
}

.time {
    text-shadow: 1px 1px black;
}

.tags {
    text-shadow: 1px 1px black;
}

.post-full figure {
    width: 100%;
    margin-left: 0;
}
figure {
    margin: 0;
    flex-direction: column;
}
figure img {
    max-width: 100%;
}

footer section {
    padding-right: 1em;
    margin: 2em 0 2em 1em;
}

footer section:last-of-type {
    flex: 0 1 12em;
}

footer ul {
    padding: 0;
}
