Updated blog with image

This commit is contained in:
2025-09-25 20:55:52 -04:00
parent 7b70740e46
commit 025fe8a80b
3 changed files with 17 additions and 1 deletions

View File

@ -208,4 +208,15 @@ a:focus-visible {
.column + .column {
color: #aa95bd;
}
.img-container {
display: flex;
justify-content: center;
align-items: center;
}
.viewport-image {
height: 40vh; /* 60% of the viewport height */
width: auto; /* Maintain aspect ratio */
}