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:
		
							parent
							
								
									15687d0513
								
							
						
					
					
						commit
						f0688b2db5
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue