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