aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-narrow.css
blob: 0410154a9f8aefcd916cb8b5edd9ea49ef1bb2f9 (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
nav {
    position: static;
    padding: 5% 0 0 0;
    text-align: center;
    height: 100%;
    width: 100%;
}

nav div {
    text-align: center;
    margin: auto;
}

nav div.logo {
    height: 200px;
    width: 200px;
    padding: 2px 0;
}

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

article {
    position: static;
    width: 80%;
    padding: 0 10% 10% 10%;
}