Skip to content

Commit

Permalink
add line-height and letter-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 22, 2023
1 parent b921cb6 commit f544e84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ body {
.font-medium,
.accordion-button,
.accordion-body {
font-size: 2rem;
font-size: 1.75rem;
line-height: 2rem;
letter-spacing: 0.1rem;
}

#bg {
Expand Down Expand Up @@ -318,6 +320,7 @@ dialog {
justify-self: start;
border-style: none;
box-shadow: var(--shadow-elevation-medium);
padding: 1.25rem;
}

.accordion {
Expand Down

0 comments on commit f544e84

Please sign in to comment.