Skip to content

Commit

Permalink
footer CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
agomez99 committed Aug 11, 2023
1 parent e4fd042 commit 704547f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
align-items: center;
padding: 2rem;
width:100%;
min-height: 90vh;
font-family: 'Fira Sans Extra Condensed', sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
font-family: 'Fira Sans Extra Condensed', sans-serif;
color: #372545;

}
Expand Down
3 changes: 3 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ html,
body {
max-width: 100vw;
overflow-x: hidden;

}

a.nav-link{
Expand Down Expand Up @@ -178,6 +179,8 @@ footer {
bottom: 0;
left: 0;
right: 0;
margin-top: auto;
text-align: center;
padding: 8px;
text-align: center;
font-family: 'Fira Sans Extra Condensed', sans-serif;
Expand Down

1 comment on commit 704547f

@vercel
Copy link

@vercel vercel bot commented on 704547f Aug 11, 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.