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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user