Add Bash Register article

This commit is contained in:
2026-01-25 12:44:03 -07:00
parent 1f85f22e7a
commit c6ee4beb11
7 changed files with 46 additions and 18 deletions

View File

@@ -156,9 +156,10 @@
}
.content img {
width: 100%;
max-width: 36rem;
max-width: min(100%, 36rem);
max-height: 36rem;
height: auto;
width: auto;
display: block;
margin: 0 auto;
}