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