forked from PietReyniers/ScheldeMonitor-Manuals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (52 loc) · 866 Bytes
/
style.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
body{
text-align: left;
font-family: Nunito Sans;
font-size: 12pt;
}
h1{
color:#0A7BC1;
font-weight: bold;
font-family: Nunito Sans;
text-decoration: underline;
}
h1.title{
color: #0A7BC1;
font-weight: bold;
font-size: 42pt;
font-family: Nunito Sans;
text-decoration: none;
}
h2{
font-weight: bold;
font-family: Nunito Sans;
}
h4.date{
text-align: left;
font-family: Nunito Sans;
}
.no-spacing{
font-family: Nunito Sans;
text-align: left;
line-height: 10pt;
}
.flex-container{
display: flex;
justify-content: space-between;
align-item: flex-start;
}
.flex-image-item{
width: 200px;
height: 200px;
margin: auto;
margin-top: 15px;
}
.flex-text-item{
font-family: Nunito Sans;
width: 200px;
height: 200px;
margin: auto;
margin-top: 15px;
line-height: 12pt;
font-size: 12pt;
text-align: left;
}