Skip to content

Commit 71b9475

Browse files
authored
Fix .contrib-quickview
1 parent b71238e commit 71b9475

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

styles/prosilver/theme/common.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,20 +433,19 @@ a.screenshot img, img.screenshot {
433433

434434
.contrib-quickview {
435435
background-color: #f1f4f6;
436-
border-left: 5px solid #ffffff;
436+
margin-left: 5px;
437437
border-radius: 10px;
438438
box-sizing: border-box;
439439
display: inline-block;
440-
float: left;
441440
margin-bottom: 10px;
442441
padding: 15px 10px 10px;
443442
position: relative;
444443
text-align: center;
445-
width: 50%;
444+
width: 49%;
446445
}
447446

448447
.author-contribs .contrib-quickview {
449-
width: 33.3%;
448+
width: 32.3%;
450449
}
451450

452451
.quickview-title {

0 commit comments

Comments
 (0)