Skip to content

Commit 5de959b

Browse files
authored
Merge pull request #327 from Dark1z/fix_contrib_quickview
Fix `.contrib-quickview`
2 parents b71238e + 22a0d7b commit 5de959b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

styles/prosilver/theme/common.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,16 +437,15 @@ a.screenshot img, img.screenshot {
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 {

styles/prosilver/theme/responsive.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969

7070
.author-contribs .contrib-quickview {
71-
width: 50%;
71+
width: 49%;
7272
}
7373

7474
.categories {

0 commit comments

Comments
 (0)