We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.contrib-quickview
1 parent b71238e commit 71b9475Copy full SHA for 71b9475
styles/prosilver/theme/common.css
@@ -433,20 +433,19 @@ a.screenshot img, img.screenshot {
433
434
.contrib-quickview {
435
background-color: #f1f4f6;
436
- border-left: 5px solid #ffffff;
+ margin-left: 5px;
437
border-radius: 10px;
438
box-sizing: border-box;
439
display: inline-block;
440
- float: left;
441
margin-bottom: 10px;
442
padding: 15px 10px 10px;
443
position: relative;
444
text-align: center;
445
- width: 50%;
+ width: 49%;
446
}
447
448
.author-contribs .contrib-quickview {
449
- width: 33.3%;
+ width: 32.3%;
450
451
452
.quickview-title {
0 commit comments