File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import DailymotionLogo from "./logos/dailymotion.svg";
8
8
import MozillaLogo from "./logos/mozilla.svg" ;
9
9
import Puzzle from "./puzzle.svg" ;
10
10
import Observer from "react-intersection-observer" ;
11
- import Sponsors from "./_sponsors" ;
12
11
13
12
const IndexPage = ( ) => (
14
13
< div >
@@ -151,39 +150,6 @@ schema.<b>execute</b>('''
151
150
display: block;
152
151
text-align: center;
153
152
}
154
- .sponsors {
155
- display: block;
156
- position: relative;
157
- z-index: 1000;
158
- padding: 20px;
159
- text-align: center;
160
- }
161
- .sponsors:before {
162
- content: "";
163
- display: block;
164
- position: absolute;
165
- transform: skew(0, -3deg);
166
- top: 0;
167
- left: 0;
168
- bottom: 0;
169
- right: 0;
170
- z-index: -1;
171
- background: #f6f6f6;
172
- // background-image: linear-gradient(-183deg, #f67049 0%, #e14b2e 99%);
173
- }
174
- .sponsors :global(.button) {
175
- margin-top: 20px;
176
- margin-bottom: 30px;
177
- }
178
-
179
- .sponsors h2 {
180
- color: #555;
181
- font-weight: 400;
182
- }
183
- .sponsors p {
184
- font-size: 14px;
185
- color: #888;
186
- }
187
153
188
154
@media (min-width: 768px) {
189
155
:global(.puzzle) {
You can’t perform that action at this time.
0 commit comments