-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
82 lines (65 loc) · 1003 Bytes
/
main.css
File metadata and controls
82 lines (65 loc) · 1003 Bytes
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0px;
}
.container-fluid > .row {
min-height: 100vh;
}
.align-center {
display: flex;
align-items: center;
}
/* Badge */
.badge {
padding: 5px 8px;
font-size: 0.8em;
}
.badge > svg {
height: 11px;
margin-right: 5px;
}
#logo {
width: 60px;
}
/* Download */
.fa-download {
margin-right: 6px;
margin-left: 1px;
}
#download-pro-card {
background-color: #ffd700;
}
#description {
font-size: 1.1em;
font-weight: 500;
}
#footer {
font-size: 0.9em;
color: gray;
}
#footer a {
color: gray;
text-decoration: underline;
}
#screenshot-carousel-wrapper {
background-color: #ffd700;
padding: 8px;
padding-top: 18px;
}
.carousel-item img {
height: 350px;
}
.carousel-item .title {
color: #5a3200;
margin-top: 20px;
}
.carousel-control-prev, .carousel-control-next {
width: 4%;
}
@media (min-width: 768px) {
.carousel-item img {
height: 500px;
}
}