There was an error while loading. Please reload this page.
1 parent d698355 commit 2a9b031Copy full SHA for 2a9b031
1 file changed
static/styles/_chameleon.scss
@@ -17,33 +17,13 @@ h1 {
17
padding-bottom: 0.3em;
18
// Allow accent bar to wrap below flex layouts
19
flex-wrap: wrap;
20
-
21
- &::after {
22
- content: "";
23
- display: block;
24
- width: 50px;
25
- height: 3px;
26
- background-color: $brand-info;
27
- margin-top: 0.3em;
28
- flex-basis: 100%;
29
- }
30
}
31
32
h2 {
33
color: $brand-success;
34
font-size: 1.5em;
35
padding-bottom: 0.2em;
36
37
38
39
40
41
- width: 40px;
42
- height: 2px;
43
- background-color: $brand-success;
44
- margin-top: 0.25em;
45
46
47
48
49
h3 { color: $brand-info; font-size: 1.25em; font-weight: 400; }
0 commit comments