Skip to content

Commit

Permalink
Make the banner less intrusive
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 19, 2024
1 parent d84118e commit 15bff98
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@

<body class="bg-primary leading-6 h-full">
<div class="min-h-full flex flex-col">
<blockquote class="danger w-full m-auto">
Tech Preview: This website is in a confidential tech preview. Please do not share the link or its contents with anyone outside the Kong organization.
</blockquote>
{% include_cached header.html %}

<blockquote class="danger max-w-screen-lg w-full m-auto mt-12">
<strong>Tech Preview:</strong>
<p>This website is in a confidential tech preview.</p>
<p>Please do not share the link or its contents with anyone outside the Kong organization.</p>
</blockquote>

<div class="flex px-5 md:px-8 2xl:px-[156px] 2xl:mx-auto {% unless layout.api_spec == true %}max-w-screen-2xl{% endunless %} flex-1 w-full">
{{ content }}
</div>
Expand Down

0 comments on commit 15bff98

Please sign in to comment.