Skip to content

Commit 976d024

Browse files
authored
Merge pull request #6 from jnak/fix--doc
Fix documentation
2 parents c7678b1 + f6ea7f1 commit 976d024

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/pages/index.js

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import DailymotionLogo from "./logos/dailymotion.svg";
88
import MozillaLogo from "./logos/mozilla.svg";
99
import Puzzle from "./puzzle.svg";
1010
import Observer from "react-intersection-observer";
11-
import Sponsors from "./_sponsors";
1211

1312
const IndexPage = () => (
1413
<div>
@@ -151,39 +150,6 @@ schema.<b>execute</b>('''
151150
display: block;
152151
text-align: center;
153152
}
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-
}
187153
188154
@media (min-width: 768px) {
189155
:global(.puzzle) {

0 commit comments

Comments
 (0)