patx/afterdarklabs

fix mobile featured work alignment

Commit ff5d153 · patx · 2026-08-31T21:11:06-04:00

Changeset
ff5d15359df90d890c1ccf5b74b22a39cb42c7c8
Parents
2b0e3d78da41530189e56e6d676f97990acb6890

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index 4766b3f..8690e56 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -358,6 +358,12 @@
             letter-spacing: -0.07em;
         }
 
+        @media (max-width: 767px) {
+            .portfolio-cover {
+                align-items: center;
+            }
+        }
+
         .portfolio-description {
             display: block;
             margin-top: 0.625rem;