Skip to content

Commit

Permalink
index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-cohutt committed Apr 18, 2024
1 parent f39a5e6 commit 6b33262
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions final/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ a {
justify-self: center;
}

.sect-1 a {
grid-row: 4;
justify-self: center;
}

.sect-1 p {
font-size: 1.3em;
grid-row: 5;
Expand All @@ -120,6 +115,11 @@ a {
padding: 0;
}

.sign-in {
grid-row: 4;
justify-self: center;
}

.sign-in button {
width: 350px;
height: 65px;
Expand Down

0 comments on commit 6b33262

Please sign in to comment.