We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51fdf37 + afa42ad commit 791b805Copy full SHA for 791b805
docs/_static/css/custom.css
@@ -4,14 +4,40 @@
4
margin-bottom: 0;
5
}
6
7
+.landing__content .alert a {
8
+ color: #fff;
9
+}
10
+
11
12
+.side-nav__title,
13
+.landing__content .alert{
14
+ display: none;
15
16
17
+.hero__img {
18
+ top: -20px;
19
20
21
22
+@media screen and (min-width: 460px) {
23
+ .hero__img {
24
+ top: 20px;
25
+ }
26
27
28
@media screen and (min-width: 640px) {
29
.hero__title {
30
max-width: 550px;
31
32
33
34
35
-@media screen and (max-width: 1020px) {
- .side-nav__title{
- display: none;
- }
36
+@media screen and (min-width: 1020px) {
37
38
+ .side-nav__title,
39
+ .landing__content .alert {
40
+ display: flex;
41
42
43
0 commit comments