mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			366 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			366 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
  padding-top: 2rem;
 | 
						|
  padding-bottom: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
h3 {
 | 
						|
  margin-top: 2rem;
 | 
						|
}
 | 
						|
 | 
						|
.row {
 | 
						|
  margin-bottom: 1rem;
 | 
						|
}
 | 
						|
.row .row {
 | 
						|
  margin-top: 1rem;
 | 
						|
  margin-bottom: 0;
 | 
						|
}
 | 
						|
[class*="col-"] {
 | 
						|
  padding-top: 1rem;
 | 
						|
  padding-bottom: 1rem;
 | 
						|
  background-color: rgba(86,61,124,.15);
 | 
						|
  border: 1px solid rgba(86,61,124,.2);
 | 
						|
}
 | 
						|
 | 
						|
hr {
 | 
						|
  margin-top: 2rem;
 | 
						|
  margin-bottom: 2rem;
 | 
						|
}
 |