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
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue