patx/afterdarklabs
fix mobile featured work alignment
Commit ff5d153 · patx · 2026-08-31T21:11:06-04:00
Comments
No comments yet.
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;