chore(fs.dev): More theme tweaks
This commit is contained in:
parent
da7ff9ec43
commit
6d1e685c1f
11 changed files with 223 additions and 83 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue