Skip to content

Commit

Permalink
updating modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkruse committed Nov 16, 2023
1 parent e547a55 commit 2630d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/About.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background: var(--background-2-80);
/* display: flex; */
margin: auto;
transition: opacity var(--transition) ease-out;
transition: opacity var(--transition) ease-out;;
}

.hidden {
Expand All @@ -15,7 +15,7 @@

.about {
margin: auto;
margin-top: 120px;
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

1 comment on commit 2630d9d

@vercel
Copy link

@vercel vercel bot commented on 2630d9d Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.