Skip to content

Commit

Permalink
Lint styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Streiff committed Sep 12, 2024
1 parent 584e63b commit b32742f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions _site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ p, h1, h2, h3, h4, h5, h6 {
html {
font-size: 16px;
scroll-behavior: smooth;
scroll-padding-top: 10rem;
}

body {
Expand Down Expand Up @@ -324,8 +323,8 @@ a:hover .svg {
grid-template-columns: 1fr minmax(min-content, 3fr);
gap: 200px 10%;
justify-content: space-between;
padding: 0 80px;
margin: 200px auto 0 auto;
padding: 200px 80px;
margin: 0 auto;
}

img.portrait {
Expand Down
5 changes: 2 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ p, h1, h2, h3, h4, h5, h6 {
html {
font-size: 16px;
scroll-behavior: smooth;
scroll-padding-top: 10rem;
}

body {
Expand Down Expand Up @@ -324,8 +323,8 @@ a:hover .svg {
grid-template-columns: 1fr minmax(min-content, 3fr);
gap: 200px 10%;
justify-content: space-between;
padding: 0 80px;
margin: 200px auto 0 auto;
padding: 200px 80px;
margin: 0 auto;
}

img.portrait {
Expand Down

0 comments on commit b32742f

Please sign in to comment.