~kmaasrud/inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH mouse.community] make logo responsive

~glorifiedgluer <glorifiedgluer@git.sr.ht>
Details
Message ID
<169956423080.17829.14074520102024917391-0@git.sr.ht>
DKIM signature
missing
Download raw message
Patch: +26 -18
From: Victor Freire <victor@freire.dev.br>

---
 public/index.html | 44 ++++++++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 18 deletions(-)

diff --git a/public/index.html b/public/index.html
index c3e4012..016304f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,15 +26,6 @@
            margin-top: 5rem;
        }

        header {
            text-align: center;
            & img {
                height: auto;
                width: 10em;
                margin-bottom: -3em;
            }
        }

        @media screen and (max-width: 350px) {
            header {
                & h1 {
@@ -42,20 +33,37 @@
                }
            }
        }

        main {
            display: flex;
            flex-direction: column;
        }

        header {
            text-align: center;
        }

        header > img {
            width: 10em;
            margin-top: -3em;
            margin-bottom: -3em;
        }
    </style>
</head>

<body>
    <header>
        <img src="logo.jpeg">
        <h1>mouse.community</h1>
    </header>
    <main>
        <p>welcome to a community of people who appreciate being small</p>
        <p>this is a sanctuary where everyone, no matter their tiny stature, can find their place. we don't do anything
            special, but we are a happy bunch from all around the world who enjoy sharing ideas and thoughts</p>
        <p>we're working on stuff to fill this page with. in the meantime, if you're interested in joining, you can send
            an email to <code>join@mouse.community</code> with a brief description of why you want to join</p>
        <header>
            <img src="logo.jpeg">
            <h1>mouse.community</h1>
        </header>
        <article>
            <p>welcome to a community of people who appreciate being small</p>
            <p>this is a sanctuary where everyone, no matter their tiny stature, can find their place. we don't do anything
                special, but we are a happy bunch from all around the world who enjoy sharing ideas and thoughts</p>
            <p>we're working on stuff to fill this page with. in the meantime, if you're interested in joining, you can send
                an email to <code>join@mouse.community</code> with a brief description of why you want to join</p>
        </article>
    </main>
</body>

-- 
2.38.5
Details
Message ID
<CWUYPG16Z4A0.3JGP4XTRYNMQC@aasrud.com>
In-Reply-To
<169956423080.17829.14074520102024917391-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Thanks for the patch! Seems like you have applied it and pushed already,
so that's good.
Reply to thread Export thread (mbox)