-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
44 lines (44 loc) · 976 Bytes
/
main.css
File metadata and controls
44 lines (44 loc) · 976 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
.osccommunity-nav.navbar > .container .navbar-brand {
margin: 0 auto;
margin-left: auto;
}
.osccommunity-nav .navbar-item img {
max-height: 3rem;
}
.osccommunity-intro {
background: #00BED6;
}
.osccommunity-intro h1.title {
color: #ffffff;
font-weight: initial;
}
.osccommunity-intro h1.title strong {
font-weight: 600;
}
.osccommunity-intro .button.is-dark {
margin: 0 auto;
}
.osccommunity-subtitle {
border-bottom: 2px solid #00BED6;
}
.osccommunity-resource.box {
box-shadow: none;
}
.osccommunity-footer {
background: #00BED6;
padding: 3rem 1.5rem 3rem;
}
.osccommunity-footer p {
color: #ffffff;
}
@media screen and (min-width: 769px), print {
.osccommunity-intro.hero.is-medium .hero-body {
padding-bottom: 5rem;
padding-top: 5rem;
}
}
@media screen and (max-width: 1023px) {
.osccommunity-nav.navbar .container {
display: flex;
}
}