Skip to content

Commit

Permalink
Merge pull request #946 from SSWConsulting/tiagov8-patch-1
Browse files Browse the repository at this point in the history
Fixing responsiveness and still have the fix on header
  • Loading branch information
zacharykeeping authored Oct 22, 2024
2 parents b97f24e + 26d7ec2 commit 002a11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/src/containers/Layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<body class="flex flex-col min-h-screen">
<main class="grow">
<nav class="items-center justify-between p-4 bggrey mb-4">
<div class="grid grid-cols-1 lg:grid-cols-3 md:grid-cols-1 items-center text-center top-nav">
<div class="grid grid-cols-1 lg:grid-cols-4 items-center text-center">
<div class="mx-auto">
<Navigate to="/">
<img
Expand All @@ -48,7 +48,7 @@
</Navigate>
</div>
<div
class="md:block justify-evenly pt-4 lg:pt-0 overflow-hidden"
class="md:block col-span-2 justify-evenly pt-4 lg:pt-0 overflow-hidden"
>
<span class="textdark text-sm uppercase font-bold lg:pt-0 mx-2">
<span
Expand Down
1 change: 0 additions & 1 deletion ui/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,3 @@ button:focus {
max-width:260px !important;
}

.top-nav {grid-template-columns: 1fr 3fr 1fr !important;}

0 comments on commit 002a11b

Please sign in to comment.