1
0
Fork 0

chore(fs.dev): More theme tweaks

This commit is contained in:
Joost De Cock 2021-12-26 12:52:00 +01:00
parent da7ff9ec43
commit 6d1e685c1f
11 changed files with 223 additions and 83 deletions

View file

@ -1,8 +1,8 @@
const Footer = ({ app }) => {
return (
<footer>
<div className="theme-gradient h-8 w-full"></div>
<div className="p-4 flex flex-row">
<div className="theme-gradient h-8 w-full relative"></div>
<div className="p-4 flex flex-row bg-neutral -mt-4 z-0">
<p>Some content here</p>
<p>Some more content here</p>
</div>