#main-content {
    position: relative;
    min-height: 100vh;
    margin-bottom: 0px;
}
#post-content {
    margin-bottom: 0px;
}
#app {
    padding-bottom: 60px;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 12px;
    padding: 10px 0;
    color: #aaaaaa;
    text-align: left;
}
footer a,
footer a:hover {
    color: #aaaaaa;
}

@media(max-width: 959px) {
    footer {
        text-align: center;
    }
}