.home #gallery .post-entry-content {
    min-height: 64px;
}

.home #gallery .post-entry-content a{
    width: 100%;
}

a:focus {
    text-decoration: underline;
    
    span {
        text-decoration: underline;
    }
}

*:focus {
    outline: 2px solid;
}