Skip to content

Commit

Permalink
fix: lix website grid
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Aug 8, 2024
1 parent 260b66e commit a05f80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lix/website/src/pages/index/+Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { footer } from "./footer.ts"

export const Page = () => html` ${header}
<!-- main section -->
<div class="w-full max-w-screen-[700px] px-4 mx-auto">
<div class="w-full max-w-2xl px-4 mx-auto">
<h1 class="w-full md:w-[55%] mt-12 mb-8 text-3xl leading-[1.3] text-slate-950 font-medium">
<svg
width="40"
Expand Down
2 changes: 1 addition & 1 deletion lix/website/src/pages/index/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const footerLinks = [

export const footer = html`
<div class="w-full h-[1px] bg-slate-200 my-16"></div>
<div class="w-full max-w-screen-[700px] px-4 mx-auto my-16">
<div class="w-full max-w-2xl px-4 mx-auto my-16">
<p class="mt-12 mb-4 text-slate-950 font-medium">© Lix by Opral</p>
<ul class="leading-[1.7] pl-0 list-none flex gap-2">
${footerLinks.map(
Expand Down
2 changes: 1 addition & 1 deletion lix/website/src/pages/index/header.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html } from "lit"

export const header = html`
<div class="w-full max-w-screen-[700px] px-4 mx-auto my-8 flex items-center justify-end gap-4">
<div class="w-full max-w-2xl px-4 mx-auto my-8 flex items-center justify-end gap-4">
<a
href="https://github.com/opral/monorepo"
target="_blanc"
Expand Down

0 comments on commit a05f80c

Please sign in to comment.