summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/font-settings.less
blob: b35973f970ee5306cb73e8446d211ad27a99058d (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;
        }
    }
}