aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/main.css
blob: 8c5d1a0b64cd6fe3a03f6d85cefbfa60aec20b7f (plain) (blame)
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
header::before {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #e8f6fa;
    content: '';
}

.navbar {
    margin-bottom: 0px;
}

.jumbotron {
    background-color: #e8f6fa;
}

.navbar-brand img {
    display: inline-block;
    max-height: 100%;
}

aside.notice {
    padding: 15px;
    background-color: #f2f2f2;
}