aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-narrow.css
blob: d8b9eca56c509515482a09e2ed5d22865dd1a293 (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
body {
    margin: 40px 0 100px 0;
}

.nav {
    position: static;
    width: 100%;
    height: 150px;
    margin: 20px 0;
}

.nav-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.nav-icon:before {
    font-size: 54px;
}

.nav-title, .nav-author {
    height: 0;
    width: 0;
    visibility: hidden;
    pointer-events: none;
}

.content, .content-separator, .footer {
    width: 80%;
}