Update clean-blog.css

media type 1000px for site-heading h1 set to font size 80px, changed 768px to font size 65px
This commit is contained in:
Marco 2016-06-29 09:51:20 +02:00 committed by GitHub
parent f0688b2db5
commit 8574afac3f
1 changed files with 6 additions and 0 deletions

View File

@ -191,6 +191,12 @@ hr.small {
}
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 65px;
}
}
@media only screen and (min-width: 1000px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;