mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	Fixed display errors
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
		@@ -16,9 +16,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <!-- CSS -->
 | 
					    <!-- CSS -->
 | 
				
			||||||
    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" />
 | 
					    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" />
 | 
				
			||||||
    <link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" />
 | 
					 | 
				
			||||||
    <link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
 | 
					    <link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
 | 
				
			||||||
    <link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" />
 | 
					    <link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" />
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Favicon -->
 | 
					    <!-- Favicon -->
 | 
				
			||||||
    <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" />
 | 
					    <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -135,8 +135,8 @@ pre {
 | 
				
			|||||||
    margin-bottom: 1rem;
 | 
					    margin-bottom: 1rem;
 | 
				
			||||||
    margin-top: 0;
 | 
					    margin-top: 0;
 | 
				
			||||||
    padding: 1rem;
 | 
					    padding: 1rem;
 | 
				
			||||||
    white-space: pre-wrap;
 | 
					 | 
				
			||||||
    white-space: pre;
 | 
					    white-space: pre;
 | 
				
			||||||
 | 
					    white-space: pre-wrap;
 | 
				
			||||||
    word-break: break-all;
 | 
					    word-break: break-all;
 | 
				
			||||||
    word-wrap: break-word;
 | 
					    word-wrap: break-word;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user