We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60ad78 commit 0543fa5Copy full SHA for 0543fa5
2 files changed
src/pages/Home.jsx
@@ -9,7 +9,7 @@ import projects from "../utils/projects";
9
function Home() {
10
return (
11
<div className="antialiased max-w-2xl mb-40 flex flex-col md:flex-row m-auto mt-8 lg:mx-auto">
12
- <div className="main flex-auto min-w-0 mt-6 flex flex-col px-2 md:px-0">
+ <div className="main flex-auto min-w-0 mt-6 flex flex-col px-2 mx-4 md:px-0">
13
<Navbar />
14
<Description />
15
<Projects projects={projects} />
src/styles/style.css
@@ -2,12 +2,6 @@
2
@tailwind components;
3
@tailwind utilities;
4
5
-* {
6
- padding: 0;
7
- margin: 0;
8
- box-sizing: border-box;
-}
-
body {
font-family: "Inter", sans-serif;
background-color: #111010;
0 commit comments