Skip to content

Commit

Permalink
ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-t06 committed Apr 29, 2024
1 parent ab76951 commit 314bc47
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@react-email/render": "^0.0.7",
"@sendgrid/mail": "^8.1.1",
"classnames": "^2.3.2",
"clsx": "^2.1.1",
"googleapis": "^117.0.0",
"moment": "^2.30.1",
"mongo": "^0.1.0",
Expand Down
2 changes: 2 additions & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/public/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const AboutLayout = () => {
};
}, []);
return (
<div className="flex-col justify-center gap-y-4 py-6 sm:flex sm:w-full sm:px-0">
<div className="flex flex-col justify-center gap-y-4 py-6 sm:w-full sm:px-0">
<span className="pt-6 text-center text-4xl font-semibold sm:text-left">
Our Story
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/app/public/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PublicLayout = () => {
<span className="pt-6 text-center text-4xl font-semibold sm:text-left">
Meet TLP
</span>
<p className="mt-7 leading-7">
<p className="mb-4 mt-7 leading-7">
The Legacy Project, Inc. (TLP) connects college students with local
elders in their community with the purpose of building strong
intergenerational relationships and documenting the life histories of
Expand Down

0 comments on commit 314bc47

Please sign in to comment.