Center tech stack items in info modal

- Added justify-content: center to .info-tech-item
- Icons and text now centered within each tech item box
- Better visual alignment for Go + Hono, HTMX, HTML5, and CSS3 items
This commit is contained in:
juanatsap
2025-11-09 20:19:37 +00:00
parent 1be40912f7
commit f2d8e9e71d
+1
View File
@@ -2421,6 +2421,7 @@ html {
.info-tech-item {
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
padding: 0.75rem;
background: rgba(39, 174, 96, 0.05);