Skip to content

Commit 31701d3

Browse files
committed
Adjustments
1 parent 6862381 commit 31701d3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,21 @@
3232

3333
.wrapper img#reliableapps {
3434
max-width: 300px;
35-
margin: 2em auto 0 auto;
35+
margin: 3em auto 0 auto;
3636
display: block;
3737
}
3838

3939
.wrapper p#pitch {
4040
color: white;
4141
max-width: 600px;
42-
margin-top: 3em;
42+
margin-top: 2em;
4343
line-height: 180%;
4444
text-align: center;
4545
padding: 0 1em;
46+
a {
47+
color: white;
48+
font-weight: bold;
49+
}
4650
}
4751
</style>
4852
</head>
@@ -56,10 +60,11 @@
5660
/>
5761
<p id="pitch">
5862
Exploding Labs builds profitable SaaS apps using our own open-source
59-
backend infrastructure. At the core is <b>Minibase</b> — a lightweight,
60-
modular platform for quickly launching database-driven web apps. We use
61-
it to ship real products, and so can you. Our tools are open. Our
62-
mission is focused: create software that pays its way.
63+
backend infrastructure. At the core is
64+
<a href="https://github.com/explodinglabs/minibase">Minibase</a> — a
65+
lightweight, modular platform for quickly launching database-driven web
66+
apps. We use it to ship real products, and so can you. Our tools are
67+
open. Our mission is focused: create software that pays its way.
6368
</p>
6469
</div>
6570
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>

0 commit comments

Comments
 (0)