-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarter-template.css
More file actions
60 lines (47 loc) · 1.07 KB
/
starter-template.css
File metadata and controls
60 lines (47 loc) · 1.07 KB
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 {
padding-top: 5rem;
}
.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top {
background: #000 !important;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.container {
max-width: 100% !important;
background: #000 !important;
}
}
.py-5 {
padding-top: 4rem !important;
padding-bottom: 0rem !important;
}
body {
font-family: var(--bs-font-sans-serif);
font-size: 0.8rem;
font-weight: 400;
line-height: 1.5;
color: #999999 !important;
-webkit-text-size-adjust: 100%;
}
body {
padding-top: 0rem !important;
}
.starter-template.text-center.py-5.px-3 {
padding-top: 4rem !important;
}
.bg-dark {
background-color: #000 !important;
}
.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top {
background: #000 !important;
}