mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	docs: Fix h1 size on small breakpoint in theme
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							c22b7ff8d9
						
					
				
				
					commit
					83b4c40566
				
			
							
								
								
									
										7
									
								
								docs/static/css/style-responsive.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								docs/static/css/style-responsive.css
									
									
									
									
										vendored
									
									
								
							@@ -55,3 +55,10 @@
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width:360px) {
 | 
			
		||||
 | 
			
		||||
    h1 {
 | 
			
		||||
        font-size: 1.9em;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user