mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Reduced width of latests post page column.
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
	padding-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.latest-posts-row .col-md-6 {
 | 
			
		||||
.latest-posts-row .col-md-5 {
 | 
			
		||||
	margin: auto;
 | 
			
		||||
	float: none;
 | 
			
		||||
}
 | 
			
		||||
@@ -40,7 +40,7 @@ ComunicWeb.pages.latestPosts.main = {
 | 
			
		||||
		var column = createElem2({
 | 
			
		||||
			appendTo: pageRow,
 | 
			
		||||
			type: "div",
 | 
			
		||||
			class: "col-md-6"
 | 
			
		||||
			class: "col-md-5"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Create post box
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user