Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 22, 2024
1 parent 82d553b commit 5c5c29b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</div>
</header>
<footer class="footer">
<!--
<nav class="footer-content">
<div class="container">
<div
Expand Down Expand Up @@ -115,7 +114,6 @@
</div>
</div>
</nav>
-->
</footer>
<main class="main">
<NuxtPage />
Expand Down Expand Up @@ -153,13 +151,13 @@ const emitAddressClicked = () => {
.header {
flex-shrink: 0; /* Prevents the header from shrinking */
padding: 10px 0px 10px 10px;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1em;
}
.logo {
Expand Down

0 comments on commit 5c5c29b

Please sign in to comment.