Skip to content

Commit

Permalink
minor padding issues
Browse files Browse the repository at this point in the history
need to check mobile-first at polynucleus
  • Loading branch information
xxiicode committed Sep 18, 2023
1 parent 55a0dc6 commit 85013c9
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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///////////*/

Expand All @@ -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 {
Expand All @@ -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;
}


}

0 comments on commit 85013c9

Please sign in to comment.