entrouvert: add right padding to references items

This commit is contained in:
Christophe Siraut 2019-09-02 17:02:42 +02:00
parent f79753d572
commit f0b1f541ae
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ div.references div.references-item div.references-item-image {
}
div.references div.references-item div.references-item-content {
min-width: 380px;
min-width: 360px;
padding-right: 20px;
overflow: hidden;
@media screen and (max-width: $nav-mobile-limit) {
float: left;