Skip to content

Commit 68dbdb4

Browse files
committed
feat: public api
1 parent 7b9a37d commit 68dbdb4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

globals.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
article a {
66
color: white !important;
77
font-weight: bold;
8+
}
9+
10+
nav, .nextra-nav-container + div {
11+
max-width: 2000px !important;
12+
}
13+
14+
main {
15+
max-width: 100% !important;
16+
padding: 0 20px !important;
817
}

pages/public-api.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ Payload:
158158
]
159159
}
160160
```
161+
162+
<iframe style={{width: "100%", height: "680px", zoom: 0.8}} src="https://platform.postiz.com/modal/dark/all"></iframe>
163+
161164
### Request
162165
| Property | Type | Required | Description |
163166
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)