summaryrefslogtreecommitdiff
path: root/base.css
blob: 635eeb49ffa75de8f73c2a3b9fc3645115324b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
    margin: 30px 25px 40px 25px;
}

.big {
    font-size: 8em;
    line-height: 1.2em;
}

.mat {
    margin: 20px;
}

.mc {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    background-color: #000;
}