Skip to content

Commit 6265a81

Browse files
committed
didn't work, giving up on wide mode
1 parent 7bd752f commit 6265a81

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

docs/custom.css

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/docs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,5 @@
221221
"x": "https://twitter.com/litprotocol",
222222
"discord": "https://litgateway.com/discord"
223223
}
224-
},
225-
"styling": {
226-
"codeblocks": "system",
227-
"custom": "/custom.css"
228224
}
229225
}

docs/learning-lit/threshold-cryptography.mdx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,6 @@ title: "Threshold Cryptography"
33
mode: "wide"
44
---
55

6-
<style>{`
7-
@media (min-width: 1280px) {
8-
html[data-page-mode="wide"] div#content-area {
9-
width: 100% !important;
10-
max-width: 100% !important;
11-
min-width: 100% !important;
12-
padding-right: 3rem !important;
13-
}
14-
}
15-
html[data-page-mode="wide"] #content-container,
16-
html[data-page-mode="wide"] .mdx-content {
17-
max-width: 100% !important;
18-
width: 100% !important;
19-
}
20-
html[data-page-mode="wide"] [data-table-wrapper="true"],
21-
html[data-page-mode="wide"] [data-table-wrapper="true"] > div {
22-
max-width: none !important;
23-
width: 100% !important;
24-
}
25-
html[data-page-mode="wide"] table {
26-
width: 100% !important;
27-
max-width: none !important;
28-
}
29-
`}</style>
30-
316
Lit Protocol supports a wide range of elliptic curves and signing schemes, all securely implemented using threshold cryptography and threshold consensus within a trusted execution environment (TEE).
327

338
## Supported Elliptic Curves and Signing Schemes

0 commit comments

Comments
 (0)