Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit f6f5293

Browse files
Arhellniden
authored andcommitted
add more air to h1 (#535)
1 parent c33afcb commit f6f5293

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

public/css/phalcon.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
2+
13
.codesamples h2, .codesamples h4, .footer .design, .footer h4, h4 {
24
text-transform: uppercase
35
}
@@ -604,7 +606,8 @@ section p {
604606
.jumbotron h1 {
605607
font-size: 48px;
606608
color: #fff;
607-
margin-top: 120px
609+
margin-top: 120px;
610+
line-height: 1;
608611
}
609612

610613
@media (max-width: 767px) {

0 commit comments

Comments
 (0)