Skip to content

Commit 30155d2

Browse files
committed
hardcode homepage custom styles for now
1 parent 43baca2 commit 30155d2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

home.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ export function openSearch() {
1414
<div className="absolute inset-0" style={{backgroundImage: "url('https://mintlify-assets.b-cdn.net/x/background.png')", backgroundSize: 'cover', backgroundPosition: 'center'}}></div>
1515
<div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem', maxWidth: '56rem' }}>
1616
<div
17-
className="text-white font-branded text-hero">
17+
className="text-white font-branded text-hero"
18+
style={{
19+
font-family: "GraphikWide";
20+
letter-spacing: -1%;
21+
color: white;
22+
font-weight: 600;
23+
font-size: 3rem;
24+
margin: 0;
25+
}}>
1826
Tap into what's happening to build what's next
1927
</div>
2028
<p
@@ -80,6 +88,8 @@ export function openSearch() {
8088
<div
8189
className="text-gray-900 dark:text-gray-200 font-branded"
8290
style={{
91+
font-family: "GraphikWide";
92+
letter-spacing: -1%;
8393
textAlign: 'center',
8494
fontSize: '24px',
8595
fontWeight: '400',
@@ -104,6 +114,8 @@ export function openSearch() {
104114
<div
105115
className="font-branded text-gray-900 dark:text-gray-200"
106116
style={{
117+
font-family: "GraphikWide";
118+
letter-spacing: -1%;
107119
fontWeight: '600',
108120
fontSize: '2rem',
109121
margin: '0',

0 commit comments

Comments
 (0)