minor codefactor fix

This commit is contained in:
Manan Jethwani 2021-06-25 01:48:30 +05:30 committed by Emmanuel Engelhart
parent aabfc1d82e
commit c1868e22f4
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ body {
.book__description {
grid-column: 1 / 3;
margin: 10px 10px 5px 10px;
margin: 10px 10px 5px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 7;
@ -167,7 +167,7 @@ body {
text-decoration: none;
color: #00b4e4;
position: relative;
padding: 0.2rem 0.6rem 0 0.6rem;
padding: 2px 6px 0;
}
.book__links > a::after {