summaryrefslogtreecommitdiff
path: root/design/sass/_figments.scss
blob: 12047436fe02bf9b57ff01de16c4d95c7580a8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.kindle, .epub {
    display: inline;
    @include smcaps;
    @include fontsize(11);
}
.kindle:after {
    content: "·";
    color: #999;
    padding-left: 0.75em;
}
.fig-archive {
    @include constrain_narrow;
    @include breakpoint(beta) {
        text-align: left;

    }
    h1 {
        margin-top: 2.5em;
        @include smcaps;
        @include fontsize(16);
    }
    p:first-of-type {
        margin-bottom: 4em;
        @include breakpoint(beta) {
            text-align: left;
            @include fontsize(18);
            font-style: italic
        }
    }
    h2 {
        @include smcaps;
        @include fontsize(18);
    }
}