summaryrefslogtreecommitdiff
path: root/assets/css/index.css
blob: 8ef0d3927bb519ec8fb8c373eb7e27d3fc6e8c1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i');

body {
    font-family: 'Roboto', sans-serif;
}

.bg-dark {
    background-color: #333333 !important;
}

.footer {
    height: 40px;
}

.wrapper {
    min-height: 100vh;
}

p {
    margin: 0px;
}