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:
parent
f0688b2db5
commit
8574afac3f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue