Skip to content

Commit

Permalink
fix(Header): improve padding and logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Nov 9, 2024
1 parent c3c3e3f commit b9222f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GlobalHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const onCloseAboutModal = () => {
</script>

<template>
<header class="p-4 flex flex-row items-center justify-between">
<header class="px-4 py-2 flex flex-row items-center justify-between h-18">
<div class="flex flex-row items-center gap-3 text-slate-900 text-3xl font-['Retropix']">
<a href="/">
<img
Expand All @@ -30,7 +30,7 @@ const onCloseAboutModal = () => {
width="42px"
>
</a>
<div class="flex flex-row items-center gap-2 mt-[4px]">
<div class="flex flex-row items-center gap-2 mt-[8px]">
<h2 v-if="subtitle">
{{ subtitle }}
</h2>
Expand Down

0 comments on commit b9222f7

Please sign in to comment.