summaryrefslogtreecommitdiffstats
path: root/sass/parts/_comment.scss
blob: f98c014b1fefc0a297668afb0e7f4ce17a364e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
#comment{
	padding: 30px 0;
	border-top: 1px solid $light-shadow;
	border-bottom: 1px solid $border;
	h1.title{
		font-size: 25px;
		font-weight: 300;
		line-height: 35px;
		margin-bottom: 20px;
	}
}