This commit is contained in:
Justin Edmund 2024-11-18 10:03:44 -08:00
commit 310b55ef8a
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
} }
@include breakpoint('phone') { @include breakpoint('phone') {
margin-top: $unit-2x; margin-top: $unit-3x;
margin-bottom: $unit-3x; margin-bottom: $unit-3x;
padding: $unit-3x; padding: $unit-3x;

View file

@ -29,7 +29,7 @@
.project-name { .project-name {
margin: $unit 0 $unit-half; margin: $unit 0 $unit-half;
font-size: 1.2rem; font-size: 1rem;
font-weight: bold; font-weight: bold;
color: $red-60; color: $red-60;
} }