-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra.css
More file actions
54 lines (46 loc) · 1.04 KB
/
Copy pathextra.css
File metadata and controls
54 lines (46 loc) · 1.04 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
/* :not([data-md-state="blur"]) + :not(input:checked) + nav { */
/* display: none; */
/* } */
/* */
/* :not([data-md-state="blur"]) + input:checked + nav { */
/* display: block; */
/* } */
/* .md-nav__item :not(input:checked) + nav { */
/* display: none; */
/* } */
:not([data-md-state="blur"]) + input:checked + nav {
display: block;
}
.md-header__button.md-logo {
// margin-top: 0;
// margin-bottom: 0;
// margin-right: 0;
// padding-right: 0;
// padding-top: 0;
// padding-bottom: 0;
width: 5rem;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
width: 100%;
height: auto;
overflow: hidden;
//height: 50%;
//width: 100%;
//min-width: 3rem;
//display: block;
//margin-left: auto;
//margin-right: auto;
}
.md-nav__list > .md-nav__item {
margin-left: 0.5rem;
}
.md-nav--primary > .md-nav__list > .md-nav__item {
margin-left: 0;
}
.md-typeset h5, .md-typeset h6 {
font-weight: 700;
letter-spacing: -.01em;
margin: 1em 0;
font-size: 1em;
}