fix mobile tabs
This commit is contained in:
parent
2da4c0aa12
commit
fdaf4cff1f
4 changed files with 20 additions and 18 deletions
|
@ -100,7 +100,7 @@ function RecipePage() {
|
|||
) : (
|
||||
|
||||
<div className="recipe-card relative">
|
||||
<button onClick={openModal} className="ar-button bg-gray-200 text-white py-1 px-2 rounded hover:bg-gray-300 m-2 absolute top-0 right-0">
|
||||
<button onClick={openModal} className="ar-button bg-amber-500 text-white py-1 px-2 rounded hover:bg-amber-600 m-2 absolute top-0 right-0">
|
||||
🗑️
|
||||
</button>
|
||||
<div className="border-b-2 border-amber-300 pb-4 mb-6">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue