Skip to content

Commit

Permalink
update consistant font
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Biv committed Dec 2, 2024
1 parent dcc158a commit fd3738d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/Database.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
display: flex;
overflow: hidden;
flex-direction: column;
font-family: "Comic Sans MS", sans-serif;

}

h2 {
font-family: "Comic Sans MS", sans-serif;
}

.leftContainer {
Expand Down Expand Up @@ -45,6 +51,7 @@

.search {
width: 90%;
font-family: "Comic Sans MS", sans-serif;
}

li {
Expand Down
1 change: 1 addition & 0 deletions src/styles/Navbar.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.nav {
display: flex;
font-family: "Comic Sans MS", sans-serif;
}

.ul {
Expand Down

0 comments on commit fd3738d

Please sign in to comment.