mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 18:35:14 +00:00
feat: implement better FAQ wooden board scaling
This commit is contained in:
parent
7369886cb6
commit
3ea4fccfd6
1 changed files with 3 additions and 3 deletions
|
|
@ -466,7 +466,7 @@ function App() {
|
|||
|
||||
<div className="flex flex-col lg:flex-row gap-10 justify-center items-start">
|
||||
<div className="relative">
|
||||
<div className="absolute inset-0 lg:w-[608px] pointer-events-none flex flex-col">
|
||||
<div className="absolute inset-0 lg:w-[608px] pointer-events-none flex flex-col min-h-[105%]">
|
||||
<img src="/ui/woodboard-1-top.svg" alt="" className="w-full flex-shrink-0 select-none" />
|
||||
<div className="bg-[#AD684F] flex-1 w-full py-4"></div>
|
||||
<img src="/ui/woodboard-1-bottom.svg" alt="" className="w-full flex-shrink-0 select-none" />
|
||||
|
|
@ -502,9 +502,9 @@ function App() {
|
|||
</div>
|
||||
|
||||
<div className="relative w-full lg:w-auto">
|
||||
<div className="absolute inset-0 lg:w-[608px] pointer-events-none flex flex-col">
|
||||
<div className="absolute inset-0 lg:w-[608px] pointer-events-none flex flex-col min-h-[105%]">
|
||||
<img src="/ui/woodboard-2-top.svg" alt="" className="w-full flex-shrink-0 select-none" />
|
||||
<div className="bg-[#AD684F] flex-1 w-full py-4"></div>
|
||||
<div className="bg-[#AD684F] flex-1 w-full"></div>
|
||||
<img src="/ui/woodboard-2-bottom.svg" alt="" className="w-full flex-shrink-0 select-none" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue