Skip to content

Commit

Permalink
#61 Style about page component
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 6, 2023
1 parent 09d1753 commit 1c05a9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/styles/AboutPage.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.Info {
/* text-align: center; */
margin: 20px;
}

.Info h1 {
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

.Info p {
line-height: 1.5;
margin-bottom: 10px;
text-align: center;
}

0 comments on commit 1c05a9e

Please sign in to comment.