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

View file

@ -178,7 +178,13 @@ hr.small {
font-weight: 300; font-weight: 300;
margin: 10px 0 0; 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 .site-heading h1,
.intro-header .page-heading h1 { .intro-header .page-heading h1 {
font-size: 50px; font-size: 50px;