Fix some styling in project detail pages
This commit is contained in:
parent
828f66c2b4
commit
c71ccd086b
2 changed files with 3 additions and 3 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue