Update clean-blog.css

site heading h1 changed, new media type for min width 500px, font size set to 30px
This commit is contained in:
Marco 2016-06-29 09:48:44 +02:00 committed by GitHub
parent 15687d0513
commit f0688b2db5
1 changed files with 7 additions and 1 deletions

View File

@ -178,7 +178,13 @@ hr.small {
font-weight: 300;
margin: 10px 0 0;
}
@media only screen and (min-width: 600px) {
@media only screen and (min-width: 500px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 30px;
}
}
@media only screen and (min-width: 650px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 50px;