diff --git a/static/page.css b/static/page.css index 1442e75b5fd239d3360af3a32b8407280b946fc0..8802ba5fc542d8e302d40edc7ee9ce00dd41e1d6 100644 --- a/static/page.css +++ b/static/page.css @@ -368,7 +368,7 @@ body{ .img-pagestyle { display: flex; justify-content: center; /* Center the image horizontally */ - margin-top: 10px; /* Reduce the margin at the top */ + margin-top: -10px; /* Negative margin to bring the image closer to the text */ margin-bottom: 0; /* Eliminate any extra space at the bottom */ width: 100%; /* Ensure the container takes the full width */ }