Skip to content

Commit c091f58

Browse files
committed
minor codefactor fix
1 parent 79801a3 commit c091f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/skin/home.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ body {
116116

117117
.book__description {
118118
grid-column: 1 / 3;
119-
margin: 10px 10px 5px 10px;
119+
margin: 10px 10px 5px;
120120
overflow: hidden;
121121
display: -webkit-box;
122122
-webkit-line-clamp: 7;
@@ -167,7 +167,7 @@ body {
167167
text-decoration: none;
168168
color: #00b4e4;
169169
position: relative;
170-
padding: 0.2rem 0.6rem 0 0.6rem;
170+
padding: 2px 6px 0;
171171
}
172172

173173
.book__links > a::after {

0 commit comments

Comments
 (0)