fix falling behind sizing
This commit is contained in:
parent
fd53bc1499
commit
21440dcdb2
|
@ -1,7 +1,7 @@
|
|||
export default function FallingBehindWarning() {
|
||||
return (
|
||||
<div
|
||||
className="fixed z-20 top-8 md:bottom-8 left-12 md:left-12 bg-yellow-50 border border-yellow-600 text-yellow-700 px-4 py-3 rounded"
|
||||
className="fixed z-20 top-8 left-12 bg-yellow-50 border border-yellow-600 text-yellow-700 px-4 py-3 rounded"
|
||||
role="alert"
|
||||
>
|
||||
<span className="block sm:inline mr-8">
|
||||
|
|
Loading…
Reference in New Issue