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

Commit 73c1798

Browse files
committed
add responsive h1 (main page)
1 parent 3df5f2c commit 73c1798

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

public/css/phalcon.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,11 +599,16 @@ section p {
599599

600600
.jumbotron h1 {
601601
font-size: 48px;
602-
font-size: 4.8rem;
603602
color: #fff;
604603
margin-top: 120px
605604
}
606605

606+
@media (max-width: 767px) {
607+
.jumbotron h1 {
608+
font-size: 28px;
609+
}
610+
}
611+
607612
.jumbotron h1 span {
608613
width: 380px;
609614
text-align: right

0 commit comments

Comments
 (0)