fix(routes): more ui tweaks

This commit is contained in:
Kaname 2022-09-10 01:27:48 +00:00
parent 0ffe28a733
commit c7752f0be9
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
BETA BETA
</div> </div>
{/if} {/if}
<div class="w-full flex flex-row space-x-4"> <div class="w-full flex flex-col lg:flex-row space-y-4 lg:space-y-0">
<div class="flex flex-col"> <div class="flex flex-col">
<h1 class="font-bold text-lg lg:text-xl truncate"> <h1 class="font-bold text-lg lg:text-xl truncate">
{server.name} {server.name}

View File

@ -29,8 +29,8 @@
} }
</script> </script>
<div class="flex space-x-1 p-6 font-bold"> <div class="header p-5">
<div class="mr-4 text-2xl tracking-tight">Servers</div> <h1 class="text-2xl font-bold">Servers</h1>
</div> </div>
<div class="container lg:mx-auto lg:p-0 px-8 p-5"> <div class="container lg:mx-auto lg:p-0 px-8 p-5">
{#if servers.length > 0} {#if servers.length > 0}