diff --git a/app/styles.css b/app/styles.css index b6a2103..17dc4c8 100644 --- a/app/styles.css +++ b/app/styles.css @@ -180,8 +180,15 @@ section#cover p { max-width: 490px; } +/* issue to talk, this is not mobile first polynucleus*/ +section#cover { + padding-top: 0; +} - +h2.title-2 { + margin-top: 0; + padding-top: 0; +} /*///////////Media queries///////////*/ @@ -192,7 +199,7 @@ section#cover p { grid-template-columns: 280px 1fr; grid-template-rows: auto; justify-items: start; - padding-inline:unset; + padding-inline: unset; } main { @@ -212,4 +219,16 @@ section#cover p { margin-bottom: 40px; align-items: flex-start; } + + /* issue to talk, this is not mobile first polynucleus*/ + section#cover { + padding-top: 1.6rem; + } + + h2.title-2 { + margin-top: 1rem; + padding-top: 2rem; + } + + } \ No newline at end of file