Skip to content

Commit

Permalink
Fix mobile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Jan 2, 2025
1 parent 92a5d32 commit c792497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Ingredient/IngredientImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ async function importIngredients() {
padding: var(--gap-size-2);
background-color: var(--clr-gray-100);
color: var(--clr-gray-700);
overflow: auto;
}
</style>
1 change: 1 addition & 0 deletions src/components/Layout/SiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default {
text-decoration: none;
font-weight: var(--fw-bold);
color: rgba(255, 255, 255, .7);
white-space: nowrap;
}
.subnavigation-bar__nav>a:hover {
Expand Down

0 comments on commit c792497

Please sign in to comment.