Skip to content

Commit

Permalink
Updated footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeshumittal7 committed Feb 28, 2024
1 parent 227d2ba commit e5a81eb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
/* Placeholder for custom styles */

.footer {
background: #f8f9fa;
padding: 1rem 0;
margin-top: 2rem;
}

html, body {
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
}

.container {
min-height: calc(100% - 60px); /* Adjust 60px based on the actual height of your footer */
flex: 1;
}
.footer {
background: #f8f9fa;
padding: 1rem 0;
margin-top: auto;
}

0 comments on commit e5a81eb

Please sign in to comment.