Skip to content

Commit

Permalink
chore: clean spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 19, 2023
1 parent 64c00a8 commit 3188cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>geOrchestra header</title>
<style>
html {
--primary: #85127e;
--secondary: #1b1f3b;
}
</style>
</head>
<body style="margin: 0">
<geor-header
Expand Down
4 changes: 2 additions & 2 deletions src/header.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ onMounted(() => {
</nav>
</div>
<div></div>
<div class="flex justify-center items-center">
<div v-if="!isAnonymous" class="flex gap-4 items-baseline mx-6">
<div class="flex justify-center items-center mx-6">
<div v-if="!isAnonymous" class="flex gap-4 items-baseline">
<a
class="link-btn"
href="/console/account/userdetails"
Expand Down

0 comments on commit 3188cc9

Please sign in to comment.