Skip to content

Commit 633c2c6

Browse files
authored
Fixing responsiveness and still have the fix on header
1 parent b97f24e commit 633c2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/containers/Layout.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<body class="flex flex-col min-h-screen">
3838
<main class="grow">
3939
<nav class="items-center justify-between p-4 bggrey mb-4">
40-
<div class="grid grid-cols-1 lg:grid-cols-3 md:grid-cols-1 items-center text-center top-nav">
40+
<div class="grid grid-cols-1 lg:grid-cols-4 items-center text-center">
4141
<div class="mx-auto">
4242
<Navigate to="/">
4343
<img
@@ -48,7 +48,7 @@
4848
</Navigate>
4949
</div>
5050
<div
51-
class="md:block justify-evenly pt-4 lg:pt-0 overflow-hidden"
51+
class="md:block col-span-2 justify-evenly pt-4 lg:pt-0 overflow-hidden"
5252
>
5353
<span class="textdark text-sm uppercase font-bold lg:pt-0 mx-2">
5454
<span

0 commit comments

Comments
 (0)