hide logo on tiny screens

This commit is contained in:
liamcottle
2024-04-29 03:25:16 +12:00
parent 7bb728e24e
commit 1bef57b3ac

View File

@@ -21,7 +21,7 @@
<!-- header --> <!-- header -->
<div class="flex bg-white p-2 border-gray-300 border-b"> <div class="flex bg-white p-2 border-gray-300 border-b">
<div class="max-w-xl mx-auto flex w-full"> <div class="max-w-xl mx-auto flex w-full">
<div class="flex my-auto border border-gray-300 rounded-md w-10 h-10 mr-3 shadow"> <div class="hidden sm:flex my-auto border border-gray-300 rounded-md w-10 h-10 mr-3 shadow">
<div class="flex mx-auto my-auto"> <div class="flex mx-auto my-auto">
<img class="w-9 h-9" src="https://reticulum.network/gfx/reticulum_logo_512.png"/> <img class="w-9 h-9" src="https://reticulum.network/gfx/reticulum_logo_512.png"/>
</div> </div>