14 lines
		
	
	
		
			172 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			172 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .page-section{
 | |
|   padding: 2rem 0;
 | |
| }
 | |
| 
 | |
| .page-section .column{
 | |
|     float: left;
 | |
|     width: 50%;
 | |
| }
 | |
| 
 | |
| .page-section .row:after {
 | |
|   content: "";
 | |
|   display: table;
 | |
|   clear: both;
 | |
| } | 
