diff --git a/public/images/button-inverted.svg b/public/images/button-inverted.svg index f77f813..bcaf873 100644 --- a/public/images/button-inverted.svg +++ b/public/images/button-inverted.svg @@ -1,8 +1,8 @@ @@ -90,7 +90,7 @@ d="M -5.2935955e-5,665.3236 608.78701,665.32363 c -28.80303,-65.37091 -6.12442,-139.84227 67.04029,-190.45265 45.53697,-31.49944 103.01384,-48.9649 161.42756,-51.60965 l -615.76298,4e-5 c -2.91775,3.72928 -5.99068,7.35474 -9.21757,10.8654 l -0.0676,0.0725 -0.0467,-0.0574 z" sodipodi:nodetypes="ccscccccc" /> diff --git a/src/app/globals.css b/src/app/globals.css index f7a19b3..70f114d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -147,7 +147,8 @@ section { } .text-block p:not(.info-bar, .project-list p, .blog *), article { /* alignment */ - margin: 2em; + margin: 0px 2em; + margin-top: 20px; padding: 0px var(--section-alignment-padding); } .text-block :first-child {