Skip to content

Commit

Permalink
Next
Browse files Browse the repository at this point in the history
  • Loading branch information
filipakkad committed Sep 19, 2024
1 parent 3f499ea commit 797af50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<script type="module" crossorigin src="/assets/index-TYurqkqK.js"></script>
<script type="module" crossorigin src="/assets/index-DhoqCQcY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D2-X_gi4.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {

return (
<>
<div className="font-montserrat flex flex-col justify-between gap-4 px-4 md:px-12 pt-12 md:pt-24">
<div className="font-montserrat flex flex-col justify-between gap-4 px-4 md:px-12 pt-12 md:pt-24 items-center">
<div className="w-full flex gap-8 max-w-[80rem] flex-col lg:flex-row">
<div className="flex w-fit justify-start flex-col items-start gap-4">
<div className=" sticky top-12 pt-2 flex flex-col gap-6">
Expand Down

0 comments on commit 797af50

Please sign in to comment.