diff --git a/components/Sections.module.css b/components/Sections.module.css index 7b84981..575dc97 100644 --- a/components/Sections.module.css +++ b/components/Sections.module.css @@ -15,7 +15,7 @@ background-color: var(--label); height: calc(1rem / 16); width: 100%; - margin-top: calc(16rem / 16); + margin-top: calc(30rem / 16); } .nav { @@ -36,7 +36,7 @@ } .nav li:first-child { - margin-top: calc(10rem / 16); + margin-top: calc(18rem / 16); } .nav li .linkNumber { @@ -46,6 +46,7 @@ } .nav li a { + font-size: calc(24rem / 16); color: var(--primary-text); }