Skip to content

Commit

Permalink
feat(bridge-ui): remove right padding on mobile view banner (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dave | d1onys1us authored Dec 19, 2022
1 parent e4193d2 commit 0c274a2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/bridge-ui/src/components/HeaderAnnouncement.svelte
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<div class="relative bg-[#fc0fc0]">
<div class="mx-auto max-w-7xl py-3 px-3 sm:px-6 lg:px-8">
<div class="pr-16 sm:px-16 text-center">
<div class="sm:px-16 text-center">
<p class="font-medium text-white">
<span class="md:inline">Hello! At Taiko, we develop in open-source, so this URL, and others, are
publicly available. However, it is not ready to be used. We will make an
announcement when our public testnet is ready!</span>
<span class="block sm:ml-2 sm:inline-block">
<a href="https://twitter.com/taikoxyz" class="font-bold text-white underline">
<span class="md:inline"
>Hello! At Taiko, we develop in open-source, so this URL, and others,
are publicly available. However, it is not ready to be used. We will
make an announcement when our public testnet is ready!</span
>
<span class="block sm:inline-block">
<a
href="https://twitter.com/taikoxyz"
class="font-bold text-white underline"
>
Follow @taikoxyz on Twitter
<span aria-hidden="true"> &rarr;</span>
</a>
Expand Down

0 comments on commit 0c274a2

Please sign in to comment.