Fix some styling in project detail pages

This commit is contained in:
Justin Edmund 2025-06-10 02:48:34 -07:00
parent 828f66c2b4
commit c71ccd086b
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: $unit-3x;
gap: $unit-2x;
margin: $unit-6x auto $unit-6x;
padding: $unit-3x;
width: 100%;

View file

@ -52,7 +52,7 @@
font-size: 2.25rem;
letter-spacing: -0.025em;
font-weight: 500;
margin: 0 0 $unit;
margin: 0;
color: $grey-10;
@include breakpoint('phone') {
@ -110,4 +110,4 @@
align-self: flex-start;
}
}
</style>
</style>