Skip to content

Commit

Permalink
fix: logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jovicdev97 committed Nov 1, 2024
1 parent ee08075 commit 7aba232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/components/Header/MyLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ body {
.fire {
position: relative;
z-index: 999;
top: calc(50%);
left: calc(50%);
width: 80px;
height: 80px;
background-color: transparent;
margin-left: auto;
margin-right: auto;
margin: 0 auto;
padding-top: 50px;
}
.fire-center {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="relative z-10 bg-gradient-to-r from-gray-800 to-gray-900 text-white neon-glow">
<div class="container mx-auto px-4 py-6 flex items-center justify-center relative">
<div class="w-full mx-auto py-6 flex items-center justify-center relative">
<div class="absolute left-0 flex items-center space-x-4">
<a href="https://google.com" class="transform hover:scale-110 transition-transform duration-300 ease-in-out">
<img src="@/assets/discord.png" alt="Discord" class="icon-glow w-8 transform hover:scale-110 transition-transform duration-300 ease-in-out" />
Expand Down

0 comments on commit 7aba232

Please sign in to comment.