File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ import { data as members } from "/data/members.data.ts";
52
52
--vp-home-hero-image-filter : blur (100px );
53
53
}
54
54
55
+ .vp-doc h1 {
56
+ text-align : center ;
57
+ }
58
+
55
59
#dbms-links {
56
60
display : flex ;
57
61
justify-content : space-around ;
@@ -86,7 +90,7 @@ import { data as members } from "/data/members.data.ts";
86
90
87
91
---
88
92
89
- < h1 style = " text-align : center " > DynAPI supports (soon) multiple DBMS</ h1 >
93
+ # DynAPI supports (soon) multiple DBMS
90
94
91
95
<div id =" dbms-links " style =" " >
92
96
<a v-for="db in databases" :href="db.href">
@@ -101,31 +105,31 @@ import { data as members } from "/data/members.data.ts";
101
105
102
106
---
103
107
104
- <h1 style="text-align: center;"> Performance</h1>
108
+ # Performance
105
109
106
110
---
107
111
108
- <h1 style="text-align: center;"> Security</h1>
112
+ # Security
109
113
110
114
---
111
115
112
- <h1 style="text-align: center;"> Realtime Updates</h1>
116
+ # Realtime Updates
113
117
114
118
---
115
119
116
- <h1 style="text-align: center;"> Full Control</h1>
120
+ # Full Control
117
121
118
122
-->
119
123
120
124
---
121
125
122
- < h1 style = " text-align : center ; " > The DynAPI Team</ h1 >
126
+ # The DynAPI Team
123
127
124
128
<VPTeamMembers size =" small " :members =" members " />
125
129
126
130
---
127
131
128
- < h1 style = " text-align : center ; " > Other DynAPI Software/Packages</ h1 >
132
+ # Other DynAPI Software/Packages
129
133
130
134
### [ The Interceptor] ( https://github.com/dynapi/interceptor )
131
135
You can’t perform that action at this time.
0 commit comments