summaryrefslogtreecommitdiff
path: root/lehed/rollid/styles.css
blob: c0481b6624b54e7960062407887f4ea15b0ca245 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
@font-face {
    font-family: 'fontUno';
    src: url('fonts/FirstSchool.ttf');
}
*/

@font-face {
    font-family: 'fontUno';
    src: url('fonts/test/C059-BdIta.otf');
}

body{
    font-family: 'Cormorant SC', serif !important;
    max-width: 100% !important;
}

button{
    color: black !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}

p, h2, button {
    font-family: 'fontUno' !important;
}

video {
    float: right;
    width: 50%;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}



@media screen and (max-width: 888px) {
    video {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}