🎨 styles: recipe detail

:%s
This commit is contained in:
lytrankieio123
2021-09-14 14:14:00 +07:00
parent b3b5a310d8
commit 9802a6537a
8 changed files with 24 additions and 4 deletions

6
src/styles/_pages.scss Normal file
View File

@@ -0,0 +1,6 @@
.page-recipe-detail {
margin-bottom: 5.4rem;
@screen lg {
margin-bottom: 12.8rem;
}
}