Add style changes to prevent horizontal scrolling
This commit is contained in:
		| @@ -3,6 +3,7 @@ body { | ||||
| 	font: 1rem/1.3 sans-serif; | ||||
| 	color: #000000; | ||||
| 	margin-bottom: 100vh; | ||||
| 	word-break: break-word; | ||||
| } | ||||
|  | ||||
| a { | ||||
| @@ -20,6 +21,10 @@ input { | ||||
| 	border-radius: 4px; | ||||
| } | ||||
|  | ||||
| pre { | ||||
| 	overflow: auto; | ||||
| } | ||||
|  | ||||
| .container { | ||||
| 	margin: 1rem auto; | ||||
| 	max-width: 64rem; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user