mirror of https://github.com/kiwix/libkiwix.git
minor codefactor fix
This commit is contained in:
parent
aabfc1d82e
commit
c1868e22f4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue