Skip to content

Commit

Permalink
styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
aekmekci72 committed Aug 4, 2024
1 parent 0fa3f34 commit ec1db3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Board.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
transform: translateY(20px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.meet-the-board h2 {
text-align: center;
color: var(--primary-color);
margin-bottom: 2rem;
font-size: 2rem;
font-family: 'Roboto Mono', monospace;
font-weight: 700;
}
.character-card-back .contact {
font-style: italic;
color: var(--secondary-color);
Expand Down

0 comments on commit ec1db3c

Please sign in to comment.