-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
60 lines (51 loc) · 1008 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 {
background-color: #1a1919 !important;
font-family: "Montserrat",sans-serif !important;
}
h1, h2, h3, p {
color: #ffffff
}
hr.white {
border: 3px solid white;
border-radius: 5px;
}
.media-kit-nossa-logo {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
/* align-content: stretch; */
}
.media-kit-nossa-logo-title {
font-size: 48px;
line-height: 150%;
}
.media-kit-colors-list {
flex-wrap: wrap;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.media-kit-colors-item {
width: 130px;
}
.media-kit-colors-item-bg {
width: 130px;
height: 130px;
margin-bottom: 20px;
}
.media-kit-typography {
margin: 100px 0;
width: 100%;
float: left;
clear: both;
position: relative;
}
.media-kit-typography-list {
display: flex;
justify-content: space-between;
margin: 0 0 30px;
font-size: 24px;
line-height: 150%;
}