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;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $unit-3x;
|
gap: $unit-2x;
|
||||||
margin: $unit-6x auto $unit-6x;
|
margin: $unit-6x auto $unit-6x;
|
||||||
padding: $unit-3x;
|
padding: $unit-3x;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
letter-spacing: -0.025em;
|
letter-spacing: -0.025em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 0 0 $unit;
|
margin: 0;
|
||||||
color: $grey-10;
|
color: $grey-10;
|
||||||
|
|
||||||
@include breakpoint('phone') {
|
@include breakpoint('phone') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue