File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22import ItemCard from " @components/projects/item-card.astro" ;
3- import Heading from " @components/ui/heading.astro" ;
43import Layout from " @layout/layout.astro" ;
54
65import eslintConfigMcecodeGif from " @assets/eslint-config-mcecode.gif" ;
@@ -11,7 +10,7 @@ import pdfMadeEasyGif from "@assets/pdf-made-easy.gif";
1110---
1211
1312<Layout title =" Projects" >
14- <Heading content = " Projects " / >
13+ <h1 class = " larger-spacing " >Projects</ h1 >
1514 <ul >
1615 <ItemCard
1716 title =" PDF Made Easy"
Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ path {
124124 font-size : v-size (3 );
125125 color : var (--c-accent );
126126}
127+ h1 .larger-spacing {
128+ margin-bottom : v-size (5 , " em" );
129+ }
127130
128131@include m-medium {
129132 .small-text {
You can’t perform that action at this time.
0 commit comments