Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPK-203 style: quick fixes #57

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ export default function Home() {

<Features />
<Experience />
<footer className="footer bg-base-200 w-screen bg-primary-foreground p-10">
<footer className="footer bg-base-200 w-screen bg-subtle p-10">
<aside className="flex items-center">
<Image alt="MeetMate Logo" src="/landingLogo.png" width={50} height={50} className="mr-2" />
<div>
<p className="font-bold">MeetMate &copy;</p>
<p className="font-bold">MeetMate</p>
<p className="text-sm">Enterprise appointment management system</p>
</div>
</aside>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ canvas {
grid-row-gap: 2.0625rem;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
background-color: $primary-foreground;
background-color: $subtle;
border-radius: 1rem;
flex-direction: column;
padding: 2.0625rem 1.4375rem;
Expand Down