Skip to content

Commit 352758f

Browse files
committed
updated way to center header in index.md
1 parent 0690335 commit 352758f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/webpage/src/index.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ import { data as members } from "/data/members.data.ts";
5252
--vp-home-hero-image-filter: blur(100px);
5353
}
5454

55+
.vp-doc h1 {
56+
text-align: center;
57+
}
58+
5559
#dbms-links {
5660
display: flex;
5761
justify-content: space-around;
@@ -86,7 +90,7 @@ import { data as members } from "/data/members.data.ts";
8690
8791
---
8892

89-
<h1 style="text-align: center">DynAPI supports (soon) multiple DBMS</h1>
93+
# DynAPI supports (soon) multiple DBMS
9094

9195
<div id="dbms-links" style="">
9296
<a v-for="db in databases" :href="db.href">
@@ -101,31 +105,31 @@ import { data as members } from "/data/members.data.ts";
101105
102106
---
103107
104-
<h1 style="text-align: center;">Performance</h1>
108+
# Performance
105109
106110
---
107111
108-
<h1 style="text-align: center;">Security</h1>
112+
# Security
109113
110114
---
111115
112-
<h1 style="text-align: center;">Realtime Updates</h1>
116+
# Realtime Updates
113117
114118
---
115119
116-
<h1 style="text-align: center;">Full Control</h1>
120+
# Full Control
117121
118122
-->
119123

120124
---
121125

122-
<h1 style="text-align: center;">The DynAPI Team</h1>
126+
# The DynAPI Team
123127

124128
<VPTeamMembers size="small" :members="members" />
125129

126130
---
127131

128-
<h1 style="text-align: center;">Other DynAPI Software/Packages</h1>
132+
# Other DynAPI Software/Packages
129133

130134
### [The Interceptor](https://github.com/dynapi/interceptor)
131135

0 commit comments

Comments
 (0)