summaryrefslogtreecommitdiffstats
path: root/css/lede.css
blob: 8831a20d038cb3b6521867f14c24af6dc38aa2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
a {
    text-decoration: none;
}

p {
    line-height: 1.8;
}

.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;
}