Skip to content

Commit

Permalink
Update padding inline
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 7, 2024
1 parent f6f2d0e commit 90c7524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@dragstart.prevent
>
<nav class="sticky top-0 bg-inherit border-b border-gray-300 z-[1]">
<div class="max-w-screen-xl mx-auto px-4 py-2 flex items-center gap-x-2 md:gap-x-4">
<div class="max-w-screen-xl mx-auto px-4 sm:px-8 py-2 flex items-center gap-x-2 md:gap-x-4">
<button
class="p-2 rounded-full hover:bg-gray-200 transition md:hidden"
x-html="svg('menu')"
Expand Down Expand Up @@ -331,7 +331,7 @@
</aside>

<section id="announcement" class="bg-gray-200 border-b border-gray-300">
<div class="mx-auto max-w-screen-xl px-4 flex text-sm font-medium">
<div class="mx-auto max-w-screen-xl px-4 sm:px-8 flex text-sm font-medium">
<a
href="https://github.com/rayc2045/Hyper"
rel="noreferrer"
Expand All @@ -356,7 +356,7 @@
x-init="await router.init()"
@hashchange.window="sideMenu.close(); await scrollToTop(); router.updatePath(); router.renderPage();"
>
<div class="max-w-screen-xl mx-auto px-4 py-12">
<div class="max-w-screen-xl mx-auto px-4 sm:px-8 py-12">
<h1
x-text="router.currentRoute.title"
class="mb-2 text-4xl font-bold"
Expand All @@ -371,7 +371,7 @@
</main>

<footer class="border-t border-gray-300">
<div class="max-w-screen-xl mx-auto px-4 py-8 lg:py-12">
<div class="max-w-screen-xl mx-auto px-4 sm:px-8 py-8 lg:py-12">
<aside class="grid gap-y-10 lg:flex lg:gap-x-40 xl:gap-x-64">
<section>
<h4
Expand Down

0 comments on commit 90c7524

Please sign in to comment.