13 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			Sass
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			Sass
		
	
	
	
	
	
@import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
 | 
						|
 | 
						|
.page--blog__list
 | 
						|
    ul.posts
 | 
						|
        list-style: none
 | 
						|
        margin-bottom: 2em
 | 
						|
        padding-left: 0
 | 
						|
 | 
						|
    .post
 | 
						|
        +clearfix
 | 
						|
        border-bottom: 1px solid #CCC
 | 
						|
        margin-bottom: 1em
 | 
						|
        padding-bottom: 2em
 |