Merge branch 'main' of https://github.com/jedmund/jedmund-svelte
This commit is contained in:
commit
310b55ef8a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue