mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			363 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			363 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
//
 | 
						|
// Examples
 | 
						|
//
 | 
						|
 | 
						|
.bd-examples .img-thumbnail {
 | 
						|
  margin-bottom: .75rem;
 | 
						|
}
 | 
						|
.bd-examples h4 {
 | 
						|
  margin-bottom: .25rem;
 | 
						|
}
 | 
						|
.bd-examples p {
 | 
						|
  margin-bottom: 1.25rem;
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 480px) {
 | 
						|
  .bd-examples {
 | 
						|
    margin-right: -.75rem;
 | 
						|
    margin-left: -.75rem;
 | 
						|
  }
 | 
						|
  .bd-examples > [class^="col-"] {
 | 
						|
    padding-right: .75rem;
 | 
						|
    padding-left: .75rem;
 | 
						|
  }
 | 
						|
}
 |