🐞 fix: Adjust styles, new vector
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 22:02:33 -05:00
parent af7d0eae27
commit add96a2953
3 changed files with 9 additions and 5 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 315 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 315 KiB

After

Width:  |  Height:  |  Size: 352 KiB

+3 -2
View File
@@ -38,7 +38,7 @@
.our-work__inner {
display: grid;
gap: clamp(2rem, 4vw, 4rem);
gap: clamp(2rem, 4vw, 4rem) 2.5rem;
grid-template-areas:
"left content"
"left bottom";
@@ -56,6 +56,7 @@
.our-work__content {
grid-area: content;
margin-lefT: 4rem;
max-width: 46.75rem;
}
@@ -124,7 +125,7 @@
.our-work__media--left {
align-self: start;
grid-area: left;
margin-top: clamp(4rem, 8vw, 6.75rem);
margin-top: clamp(3rem, 6vw, 5rem);
}
.our-work__media--bottom {