enzostvs HF staff commited on
Commit
b40612a
1 Parent(s): 0c03379

xs padding layout

Browse files
Files changed (1) hide show
  1. app/page.tsx +1 -1
app/page.tsx CHANGED
@@ -3,7 +3,7 @@ import Image from "next/image";
3
 
4
  export default function Home() {
5
  return (
6
- <section className="h-screen p-12 lg:p-24 bg-stone-950 relative z-[1] overflow-y-auto">
7
  <Form>
8
  <header>
9
  <h1 className="text-white font-bold text-3xl">
 
3
 
4
  export default function Home() {
5
  return (
6
+ <section className="h-screen p-8 lg:p-24 bg-stone-950 relative z-[1] overflow-y-auto">
7
  <Form>
8
  <header>
9
  <h1 className="text-white font-bold text-3xl">