Skip to content

Commit

Permalink
more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jen67 committed Nov 25, 2023
1 parent db3ff5e commit 284400a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faq-accordion-card-main/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ body{
align-items: center;
justify-self: center;
min-height:100vh ;
background-image: linear-gradient(to bottom, var(--Soft-violet), var(--Soft-blue));
background: var(--Soft-blue);
background: linear-gradient(0deg, var(--Soft-blue) 0%, var(--Soft-violet) 100%) no-repeat center center fixed;
padding: 2rem 1rem;
}
main{
Expand Down

0 comments on commit 284400a

Please sign in to comment.