18/18 Смущают координата не кратная 5. Что не так?

Добрый день. :space_invader:
Выполнила на 100%, но смущает это:

.icon-comments {
background: URL("/assets/course14/post-challenge.png") no-repeat 80% 0%;
position: absolute;
right: 21px;

Ладно были бы рамки, я б списала на них :3

Весь код
 
.post {
    padding-left: 75px;
    position: absolute;
}
.post-title {
    font-size: 20px;
    color: #2980b9;
}
.post-date {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-bottom: 5px solid #bdc3c7;
    top: 0px;
    left: 0px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.post-type {
    position: absolute;
    background: URL("/assets/course14/quotes.png") #7f8c8d no-repeat 50% 50%;
    width: 55px;
    height: 55px;
    top: 70px;
    left: 0px;
    border-bottom: 5px solid #bdc3c7;
}
.post-author {
    margin-top: 5px;
}
.post a {
    color: #2980b9;
    text-decoration: none;
}
.post-text {
    background-color: #ffffff;
    border-bottom: 5px solid #bdc3c7;
    padding: 10px 10px 10px 15px;
    width: 170px;
}
.post-stats {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 20px;
    margin-top: 5px;
}
.icon-tags {
    background: URL("/assets/course14/post-challenge.png") no-repeat 0% 0%;
    position: absolute;
    left: 0px;
}
.icon-comments {
    background: URL("/assets/course14/post-challenge.png") no-repeat 80% 0%;
    position: absolute;
    right: 21px;
}

А если left?

Спасибо, помогло!

left: 0px;