summaryrefslogtreecommitdiff
path: root/lisp/webapps/snow/static/css/stylesheet.css
blob: 3f79ffd08a0440ea647c7271675a569d90568a64 (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
body {
    font-size: 14px;
}

.container-fluid {
    width: 100%;
    margin: 20px auto;
}

.nav-link {
    cursor: pointer;
    cursor: hand;
}

.form-control {
    width: 600px;
}

#body {
    min-height: 500px;
}

#footer {
    text-align: center;
}