Refactor links section in links.html to use a flexbox layout for improved responsiveness and update image heights for consistency. Adjust CSS styles to support new layout structure.

This commit is contained in:
2026-02-22 14:07:25 -05:00
parent 1de243b984
commit 2e7c1e4147
2 changed files with 25 additions and 18 deletions

View File

@@ -61,11 +61,9 @@ a {
text-decoration: none;
}
.why-are-you-looking-at-my-code {
height: 62px;
height: 31px;
width: auto;
image-rendering: pixelated;
margin: 1px;
display: inline;
}
.song-cover {
height: 200px;
@@ -108,4 +106,12 @@ ul li::marker {
.blinkies {
height: 31px;
image-rendering: pixelated;
}
.waylamc-wall {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
max-width: 800px;
flex-wrap: wrap;
}