Skip to content

Commit

Permalink
finish style and rm hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 23, 2024
1 parent d36ec7a commit bd8cd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ function insertAuthor(authorData) {
authorDetailsContainer.innerHTML = authorDetailsHTML;
}
}
// XXX
authorData = {
name: "Jamison Lahman",
nationality: "USA",
gender: "male",
profession: "scientist",
timePerioud: "contemporary",
}
insertAuthor(authorData);

// Handle form submission
document.getElementById('submit-button').addEventListener('click', () => {
Expand Down
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@ header h2 {
align-items: center;
width: 100%;
font-weight: bold;
padding: 0.5rem;
padding: 0 0.5rem 0.5rem;
}

.author-header h3 {
margin: 0;
}

.author-avatar img {
width: 94px;
height: 94px;
width: 90px;
height: 90px;
border-radius: 50%;
background-color: #ddd;
margin-right: 1rem;
Expand Down

0 comments on commit bd8cd2e

Please sign in to comment.