diff --git a/static/templates/index.html b/static/templates/index.html index eeb6bd614..4f45404a2 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -31,14 +31,14 @@ .book:hover { background-color: #F9F9F9; box-shadow: none;} .book__background { background-repeat: no-repeat; background-size: auto; background-position: top right; } .book__title { - padding: 0 55px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - font-size: 18px; color: #0645ad; + padding: 0 55px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + font-size: 18px; color: #0645ad; line-height: 1em; } .book__description { padding: 5px 55px 5px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - font-size: 15px; + font-size: 15px; line-height: 1em; } - .book__info { line-height: 18px; color: #777; font-weight: bold; font-size: 13px; } + .book__info { color: #777; font-weight: bold; font-size: 13px; line-height: 1em; }