Skip to content

Commit

Permalink
updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
holmesjoli committed Oct 26, 2024
1 parent c0e71db commit c89eff0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ h1 {
margin: 30px 10px;
}

p {
padding: 10px;
font-size: 10pt;
}

button {
background: #FFFFFF;
border: 2px solid #E93C8F;
Expand All @@ -49,6 +44,12 @@ button:hover {
flex: 1 0 15%;
display: flex;
flex-direction: column;
padding: 1rem;

p {
text-align: left;
font-size: 12pt;
}
}

#chart {
Expand Down

0 comments on commit c89eff0

Please sign in to comment.