mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	misc: refactor
* accessibility, duplicate code
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| .footer { | ||||
|     max-width: calc(var(--main-width) + var(--gap) * 2); | ||||
|     margin: auto; | ||||
|     padding: calc((var(--footer-height) - (var(--gap)) - 10px)/ 2) var(--gap); | ||||
|     padding: calc((var(--footer-height) - (var(--gap)) - 10px) / 2) var(--gap); | ||||
|     color: var(--secondary); | ||||
|     font-size: 12px; | ||||
|     text-align: center; | ||||
|   | ||||
| @@ -31,9 +31,7 @@ | ||||
| .post-content h4, | ||||
| .post-content h5, | ||||
| .post-content h6 { | ||||
|     margin-top: 24px; | ||||
|     margin-bottom: 16px; | ||||
|     margin: 24px auto 16px auto; | ||||
|     margin: 24px 0 16px 0; | ||||
| } | ||||
|  | ||||
| .post-content h1 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange