mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fix bug where footer text would wrap to a new line
This commit is contained in:
		@@ -1290,12 +1290,14 @@ body:not(.post-template) .post-title {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.poweredby {
 | 
					.poweredby {
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
 | 
					    width: 45%;
 | 
				
			||||||
    float: right;
 | 
					    float: right;
 | 
				
			||||||
    text-align: right;
 | 
					    text-align: right;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.copyright {
 | 
					.copyright {
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
 | 
					    width: 45%;
 | 
				
			||||||
    float: left;
 | 
					    float: left;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user