mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 19:45:12 +00:00
fix: change white space when FAQ is expanded to match bg
This commit is contained in:
parent
03b562b449
commit
41f273f6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ function App() {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section className="relative pb-64">
|
||||
<section className="relative pb-64 bg-[#081F8B]">
|
||||
<div className="absolute w-full h-full z-10 pointer-events-none">
|
||||
<img
|
||||
src="/decorative/speech-bubble-bg.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue