mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	css: merge duplicate selectors
This commit is contained in:
		| @@ -19,14 +19,6 @@ | |||||||
|     color: var(--content); |     color: var(--content); | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content h1 { |  | ||||||
|     margin: 40px auto 32px auto |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .post-content h2 { |  | ||||||
|     margin: 32px auto 24px auto; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .post-content h3, | .post-content h3, | ||||||
| .post-content h4, | .post-content h4, | ||||||
| .post-content h5, | .post-content h5, | ||||||
| @@ -35,10 +27,12 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .post-content h1 { | .post-content h1 { | ||||||
|  |     margin: 40px auto 32px auto; | ||||||
|     font-size: 40px; |     font-size: 40px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content h2 { | .post-content h2 { | ||||||
|  |     margin: 32px auto 24px auto; | ||||||
|     font-size: 32px; |     font-size: 32px; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange