summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/font-settings.less
blob: dc3fb7eb553b0893dd8d114a52d345d12260dd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.book-header{
	#font-settings-wrapper{
		#enlarge-font-size, #reduce-font-size {
			line-height: 30px;
		}

		#enlarge-font-size{
			font-size: 1.4em;
		}
		#reduce-font-size{
			font-size: 1em;
		}
	}
}