Skip to content

Commit 76ea267

Browse files
committed
Adjust docs/index.md
1 parent 5a20e41 commit 76ea267

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/index.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
![SuperStack](assets/logo.png)
1+
<style>
2+
.logo-responsive {
3+
float: right;
4+
padding-left: 2em;
5+
}
6+
7+
@media (max-width: 768px) {
8+
.logo-responsive {
9+
float: none;
10+
display: block;
11+
margin: 1em auto;
12+
text-align: center;
13+
}
14+
}
15+
</style>
16+
17+
<img src="assets/logo.png" alt="SuperStack Logo" class="logo-responsive" />
218

319
# SuperStack
420

521
Jump to:
622
[GitHub](https://github.com/explodinglabs/superstack) | [Developer Wiki](https://github.com/explodinglabs/superstack/wiki)
723

8-
_SuperStack_ is a lightweight, modular backend powered by PostgreSQL — perfect
9-
for indie developers, SaaS builders, and teams who want full rontrol without
10-
the bloat.
24+
_SuperStack_ is a minimal, modular backend powered by PostgreSQL — perfect for
25+
indie developers, SaaS builders, and teams who want full rontrol without the
26+
bloat.
1127

1228
Spin up a fully working backend in seconds. Just clone, run, and start
1329
building.

0 commit comments

Comments
 (0)