Skip to content

Commit

Permalink
Tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
laurielim committed Jan 21, 2024
1 parent d5698d6 commit 7d1ab49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Main/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
list-style-type: none;
}

.api-link {
text-decoration: underline;
}

table {
width: 100%;
border-collapse: collapse;
Expand Down
4 changes: 4 additions & 0 deletions src/Pages/Recipes/AddRecipe/AddRecipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
color: #23242a;
}

.alert-heading {
margin-top: 1rem;
}

.recipe-added-alert p {
margin-top: 0;
}
Expand Down

0 comments on commit 7d1ab49

Please sign in to comment.