Skip to content

Commit

Permalink
Merge pull request #88 from jen67/newapp
Browse files Browse the repository at this point in the history
more adjustments
  • Loading branch information
jen67 authored Nov 25, 2023
2 parents bcdc477 + 284400a commit 0471140
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

2 comments on commit 0471140

@vercel
Copy link

@vercel vercel bot commented on 0471140 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dropdown-nav – ./intro-section-with-dropdown-navigation-main

dropdown-nav-gift-amachrees-projects.vercel.app
dropdown-nav-git-main-gift-amachrees-projects.vercel.app
dropdown-nav-three.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0471140 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.