Skip to content

Commit

Permalink
trying everything to center the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael W. committed Dec 11, 2024
1 parent ffcdabd commit 4d917eb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,27 @@ tr:hover {
}
}


.image-container {
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0; /* Add some spacing around the image */
}

.centered-image {
max-width: 100%;
height: auto;
display: block;
}

/* .image-container {
/* display: flex;
justify-content: center;
align-items: center;
margin: 20px 0; /* Add some spacing around the image */


/* .centered-image {
max-width: 100%;
height: auto;
} */ */

0 comments on commit 4d917eb

Please sign in to comment.