File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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
545561building.</ p >
546562< hr />
You can’t perform that action at this time.
0 commit comments