Skip to content

Commit 5da2590

Browse files
committed
Less spacing between headers and paragraphs
1 parent 94f99b4 commit 5da2590

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

static/shared/css/documentation.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -642,31 +642,31 @@ a img {
642642
.highlight-module {
643643
list-style-type: none;
644644
display: table-cell;
645-
padding: 40px 10px 30px;
645+
padding: 40px 14px 30px;
646646
text-align: center;
647647
margin-top: 10px;
648648
font-size: 14px;
649649
line-height: 1.5em;
650650
}
651651

652-
.highlight-module .mega-icon {
653-
font-size: 70px;
654-
width: 70px;
655-
height: 70px;
656-
}
657-
658652
.highlight-module:first-child {
659653
padding-left: 0;
660-
padding-right: 20px;
654+
padding-right: 14px;
661655
}
662656

663657
.highlight-module:last-child {
664-
padding-left: 20px;
658+
padding-left: 14px;
665659
padding-right: 0;
666660
}
667661

662+
.highlight-module .mega-icon {
663+
font-size: 70px;
664+
width: 70px;
665+
height: 70px;
666+
}
667+
668668
.highlights h2 {
669-
margin: 30px 0;
669+
margin: 30px 0 15px;
670670
font-size: 30px;
671671
font-weight: 300;
672672
-webkit-backface-visibility: hidden;

0 commit comments

Comments
 (0)