Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Mar 17, 2024
1 parent ae61750 commit 15a3416
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ body {
.home {
background-image: url(images/modern-1.jpg);
background-size: cover;
height: 90vh; /* Adjust this value as needed */
height: 100vh; /* Increase the height to ensure the content is visible */
z-index: 101;
display: flex; /* Add this line */
align-items: center; /* Add this line */
justify-content: center; /* Add this line */
}
.display-table-cell {
display: flex;
Expand Down

0 comments on commit 15a3416

Please sign in to comment.