Skip to content

Commit c466af8

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent bfb403e commit c466af8

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

superstack/index.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,13 +534,29 @@
534534

535535

536536

537-
<p><img alt="SuperStack" src="assets/logo.png" /></p>
537+
<style>
538+
.logo-responsive {
539+
float: right;
540+
padding-left: 2em;
541+
}
542+
543+
@media (max-width: 768px) {
544+
.logo-responsive {
545+
float: none;
546+
display: block;
547+
margin: 1em auto;
548+
text-align: center;
549+
}
550+
}
551+
</style>
552+
553+
<p><img src="assets/logo.png" alt="SuperStack Logo" class="logo-responsive" /></p>
538554
<h1 id="superstack">SuperStack</h1>
539555
<p>Jump to:
540556
<a href="https://github.com/explodinglabs/superstack">GitHub</a> | <a href="https://github.com/explodinglabs/superstack/wiki">Developer Wiki</a></p>
541-
<p><em>SuperStack</em> is a lightweight, modular backend powered by PostgreSQL — perfect
542-
for indie developers, SaaS builders, and teams who want full rontrol without
543-
the bloat.</p>
557+
<p><em>SuperStack</em> is a minimal, modular backend powered by PostgreSQL — perfect for
558+
indie developers, SaaS builders, and teams who want full rontrol without the
559+
bloat.</p>
544560
<p>Spin up a fully working backend in seconds. Just clone, run, and start
545561
building.</p>
546562
<hr />

0 commit comments

Comments
 (0)