mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-10-31 16:32:44 +01:00 
			
		
		
		
	Fix image margin too close to text
This commit is contained in:
		| @@ -237,10 +237,11 @@ | |||||||
|  |  | ||||||
| .post-content img { | .post-content img { | ||||||
|     border-radius: 4px; |     border-radius: 4px; | ||||||
|  |     margin: 1rem 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content img[src*="#center"] { | .post-content img[src*="#center"] { | ||||||
|     margin: auto; |     margin: 1rem auto; | ||||||
| } | } | ||||||
|  |  | ||||||
| .post-content figure.align-center { | .post-content figure.align-center { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange