Skip to content

Commit

Permalink
fix mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Dec 17, 2024
1 parent 8ae0475 commit 087580a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/mobile/MobileNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
$t('sidenavi.governance')
}}</a>
</nav>
<a class=".surge-mobile" :href="surgeUrl" target="_blank">
<a class="surge-mobile" :href="surgeUrl" target="_blank">
<img :src="require('src/assets/img/surge_token.gif')" alt="Surge" />
</a>
<div class="gradient-bg">
Expand Down Expand Up @@ -225,7 +225,7 @@ export default defineComponent({
margin: 40px 0px;
img {
width: 100%;
max-width: 200px;
max-width: 150px;
}
}
</style>

0 comments on commit 087580a

Please sign in to comment.