|
1 | | -.pydata_image { |
2 | | - filter: grayscale(0.8); |
3 | | - width: 100%; |
4 | | - height: auto; |
5 | | - display: block; |
6 | | - opacity: calc(0.4); |
| 1 | +.h2_custom { |
| 2 | + color: var(--ifm-color-blue-jupyter); |
7 | 3 | } |
8 | 4 |
|
9 | | -.pydata_banner { |
10 | | - background-color: white; |
11 | | - position: relative; |
| 5 | +.sub_header { |
| 6 | + text-align: left; |
12 | 7 | } |
13 | 8 |
|
14 | | -@media only screen and (max-width: 530px) { |
15 | | - /*Small mobile screens*/ |
16 | | - .logos_carousel { |
17 | | - display: none; |
18 | | - } |
19 | | - |
20 | | - .pydata_header { |
21 | | - color: var(--ifm-color-primary-p2); |
22 | | - font-family: var(--ifm-font-family-bebas-neue); |
23 | | - font-size: var(--ifm-font-size-normal); |
24 | | - font-weight: 600; |
25 | | - position: absolute; |
26 | | - top: 10%; |
27 | | - left: 5%; |
28 | | - text-align: start; |
29 | | - } |
30 | | - |
31 | | - .pydata_logo { |
32 | | - position: absolute; |
33 | | - top: 32%; |
34 | | - left: 5%; |
35 | | - width: 10% |
36 | | - } |
37 | | - |
38 | | - .pydata_informations { |
39 | | - color: gray; |
40 | | - font-size: 12px; |
41 | | - font-weight: 600; |
42 | | - position: absolute; |
43 | | - top: 53%; |
44 | | - left: 5%; |
45 | | - text-align: start; |
46 | | - } |
| 9 | +.hero_container { |
| 10 | + background-color: var(--ifm-color-primary-p0); |
| 11 | + padding-bottom: var(--ifm-spacing-3xl); |
47 | 12 | } |
48 | 13 |
|
49 | | -@media only screen and (min-width: 530px) and (max-width: 996px) { |
| 14 | +@media only screen and (max-width: 996px) { |
50 | 15 | /*Mobile*/ |
51 | 16 | .logos_carousel { |
52 | 17 | display: none; |
53 | 18 | } |
54 | | - |
55 | | - .pydata_header { |
56 | | - color: var(--ifm-color-primary-p2); |
57 | | - font-family: var(--ifm-font-family-bebas-neue); |
58 | | - font-size: var(--ifm-font-size-secondary-title); |
59 | | - font-weight: 600; |
60 | | - position: absolute; |
61 | | - top: 10%; |
62 | | - left: 10%; |
63 | | - } |
64 | | - |
65 | | - .pydata_logo { |
66 | | - position: absolute; |
67 | | - top: 28%; |
68 | | - left: 10%; |
69 | | - width: 12% |
70 | | - } |
71 | | - |
72 | | - .pydata_informations { |
73 | | - color: gray; |
74 | | - font-size: var(--ifm-font-size-small); |
75 | | - font-weight: 600; |
76 | | - position: absolute; |
77 | | - top: 55%; |
78 | | - left: 10%; |
79 | | - text-align: start; |
80 | | - } |
81 | | -} |
82 | | - |
83 | | -.hero_container { |
84 | | - background-color: var(--ifm-color-primary-p0); |
85 | | - padding-bottom: var(--ifm-spacing-3xl); |
86 | | -} |
87 | | - |
88 | | -.table_with_8_customers { |
89 | | - margin-bottom: var(--ifm-spacing-xl); |
90 | | -} |
91 | | - |
92 | | -.customer_logo { |
93 | | - filter: grayscale(1); |
94 | | - width: 100px; |
95 | | -} |
96 | | - |
97 | | -.worked_with { |
98 | | - font-size: 24px; |
99 | | - font-weight: 200; |
100 | | - font-family: var(--ifm-font-family-rubik-one); |
101 | | - color: var(--ifm-color-primary-p2); |
102 | | - text-align: center; |
103 | | - margin: var(--ifm-spacing-2xl) 0; |
104 | | -} |
105 | | - |
106 | | -.h2_custom { |
107 | | - color: var(--ifm-color-blue-jupyter); |
108 | | -} |
109 | | - |
110 | | -.sub_header { |
111 | | - text-align: left; |
112 | 19 | } |
113 | 20 |
|
114 | 21 | @media only screen and (min-width: 996px) { |
115 | 22 | /*Desktop*/ |
116 | | - .pydata_header { |
117 | | - color: var(--ifm-color-primary-p2); |
118 | | - font-family: var(--ifm-font-family-bebas-neue); |
119 | | - font-size: var(--ifm-font-size-main-title); |
120 | | - font-weight: 600; |
121 | | - position: absolute; |
122 | | - top: 10%; |
123 | | - left: 10%; |
124 | | - text-align: start; |
| 23 | + .table_with_8_customers { |
| 24 | + margin-bottom: var(--ifm-spacing-xl); |
125 | 25 | } |
126 | 26 |
|
127 | | - .pydata_logo { |
128 | | - position: absolute; |
129 | | - top: 35%; |
130 | | - left: 10%; |
131 | | - width: 12% |
| 27 | + .customer_logo { |
| 28 | + filter: grayscale(1); |
| 29 | + width: 100px; |
132 | 30 | } |
133 | 31 |
|
134 | | - .pydata_informations { |
135 | | - color: gray; |
136 | | - font-size: var(--ifm-font-size-medium); |
137 | | - font-weight: 600; |
138 | | - position: absolute; |
139 | | - top: 60%; |
140 | | - left: 10%; |
141 | | - text-align: start; |
| 32 | + .worked_with { |
| 33 | + font-size: 24px; |
| 34 | + font-weight: 200; |
| 35 | + font-family: var(--ifm-font-family-rubik-one); |
| 36 | + color: var(--ifm-color-primary-p2); |
| 37 | + text-align: center; |
| 38 | + margin: var(--ifm-spacing-2xl) 0; |
142 | 39 | } |
143 | 40 | } |
0 commit comments