-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy path_media.scss
More file actions
76 lines (58 loc) · 1.07 KB
/
_media.scss
File metadata and controls
76 lines (58 loc) · 1.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@media only screen and (max-width: 40.063em) {
.billboard-home section {
width: 100%;
z-index: 50;
h1 {
font-size: 1.425em;
}
p {
font-size: 0.925em;
margin: 0 20% 2em;
}
.button {
min-width: 85%;
margin: 0.25em 7.5%;
max-width: 200px;
}
}
.content-wrap {
margin-bottom: -225px !important;
}
footer {
height: 225px !important;
}
.shape-position.shape-position-bottom {
bottom: -3.5em;
width: 117.5%;
z-index: 150;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
height: 100%;
.inner-wrap,
.content-wrap {
height: 100%;
& + footer {
display: none;
}
}
}
aside.right-off-canvas-menu {
ul:first-child {
height: 100%;
max-height: 100%;
overflow-y: scroll;
ul {
height: auto;
margin: 0 0 1.25em 0;
}
ul li a {
font-size: 0.875em;
padding-left: 2.75rem;
opacity: 0.75;
}
}
}
}
@media only screen and (max-width: 64.063em) {
}