blob: 5172462fc7d82780e32bf367939dd9b237a552e2 (
plain)
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
|
a {
text-decoration: none;
}
p {
line-height: 1.8;
}
.top-bar .toggle-topbar span,
.fa-ul a {
font-family:"Open Sans","DejaVu Sans",sans-serif;
}
.top-bar-section {
max-width: 100rem !important;
}
@media only screen and (min-width: 40.063em) {
.top-bar {
height: auto;
min-height: 2.8125rem;
}
}
.top-bar .top-bar-title {
padding-left: 10px;
}
|