Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Feb 17, 2024
1 parent a17dc9e commit 12f9a84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ p.ingredient-name {
}

@media only screen and (max-width: 600px){
.page-content {
margin-left: 0;
margin-right: 0;
}

.recipe-table-header,
.ingredient {
grid-template-columns: var(--ui-button-height) auto 64px 78px;
Expand All @@ -275,7 +280,7 @@ p.ingredient-name {
}
}

@media only screen and (max-width: 400px){
@media only screen and (max-width: 400px){
.recipe-table-header,
.ingredient {
gap: 4px;
Expand Down

0 comments on commit 12f9a84

Please sign in to comment.