File tree 2 files changed +45
-7
lines changed
2 files changed +45
-7
lines changed Original file line number Diff line number Diff line change 9
9
position : relative;
10
10
}
11
11
12
- @media only screen and (max-width : 996px ) {
13
- /*Mobile*/
12
+
13
+ @media only screen and (max-width : 530px ) {
14
+ /*Small mobile screens*/
14
15
.logos_carousel {
15
16
display : none;
16
17
}
17
18
18
19
.pydata_header {
19
20
text-align : center;
20
- color : var (--ifm-color-primary-p1 );
21
- font-size : 1em ;
21
+ color : var (--ifm-color-blue-jupyter );
22
+ font-family : var (--ifm-font-family-bebas-neue );
23
+ font-size : var (--ifm-font-normal );
24
+ font-weight : 600 ;
22
25
position : absolute;
23
26
top : 40% ;
24
27
left : 50% ;
39
42
color : var (--ifm-color-primary-p1 );
40
43
}
41
44
}
45
+ @media only screen and (min-width : 530px ) and (max-width : 996px ) {
46
+ /*Mobile*/
47
+ .logos_carousel {
48
+ display : none;
49
+ }
50
+
51
+ .pydata_header {
52
+ text-align : center;
53
+ color : var (--ifm-color-blue-jupyter );
54
+ font-family : var (--ifm-font-family-bebas-neue );
55
+ font-size : var (--ifm-font-size-medium );
56
+ font-weight : 600 ;
57
+ position : absolute;
58
+ top : 40% ;
59
+ left : 50% ;
60
+ transform : translate (-50% , -50% );
61
+ }
62
+
63
+ .pydata_informations {
64
+ text-align : center;
65
+ color : white;
66
+ font-size : var (--ifm-font-size-small );
67
+ position : absolute;
68
+ top : 70% ;
69
+ left : 50% ;
70
+ transform : translate (-50% , -50% );
71
+ }
72
+
73
+ a {
74
+ color : var (--ifm-color-primary-p1 );
75
+ }
76
+ }
42
77
43
78
.hero_container {
44
79
background-color : var (--ifm-color-primary-p0 );
75
110
/*Desktop*/
76
111
.pydata_header {
77
112
text-align : center;
78
- color : var (--ifm-color-primary-p1 );
79
- font-size : 2em ;
113
+ color : var (--ifm-color-blue-jupyter );
114
+ font-family : var (--ifm-font-family-bebas-neue );
115
+ font-size : var (--ifm-font-size-large );
116
+ font-weight : 600 ;
80
117
position : absolute;
81
118
top : 40% ;
82
119
left : 50% ;
86
123
.pydata_informations {
87
124
text-align : center;
88
125
color : white;
89
- font-size : 1.5 em ;
126
+ font-size : var ( --ifm-font-size-normal ) ;
90
127
position : absolute;
91
128
top : 70% ;
92
129
left : 50% ;
Original file line number Diff line number Diff line change 36
36
--ifm-font-size-small : 14px ;
37
37
--ifm-font-size-normal : 18px ;
38
38
--ifm-font-size-medium : 24px ;
39
+ --ifm-font-size-large : 40px ;
39
40
--ifm-font-size-main-title : 48px ;
40
41
--ifm-font-size-secondary-title : 32px ;
41
42
You can’t perform that action at this time.
0 commit comments