This commit is contained in:
		| @@ -25,16 +25,6 @@ | |||||||
|   padding-left: 40px; |   padding-left: 40px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .hero-second { |  | ||||||
|   display: flex; |  | ||||||
|   flex-direction: column; /* Stack elements vertically by default */ |  | ||||||
|   align-items: center; |  | ||||||
|   text-align: center; |  | ||||||
|   width: 70%; |  | ||||||
|   gap: 4rem; /* Space between items */ |  | ||||||
|   margin-bottom: 4rem; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .hero-content { | .hero-content { | ||||||
|   display: flex; |   display: flex; | ||||||
|   flex-direction: column; |   flex-direction: column; | ||||||
| @@ -89,11 +79,20 @@ | |||||||
|   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); |   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .hero-second { | ||||||
|  |   display: flex; | ||||||
|  |   flex-direction: column; /* Stack elements vertically by default */ | ||||||
|  |   align-items: center; | ||||||
|  |   text-align: center; | ||||||
|  |   width: 70%; | ||||||
|  |   gap: 4rem; /* Space between items */ | ||||||
|  |   margin-bottom: 4rem; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* How It Works Section */ | /* How It Works Section */ | ||||||
| #how-it-works { | #how-it-works { | ||||||
|   background-color: #f8f9fa; |   /* background-color: #f8f9fa; */ | ||||||
|   padding: 60px 0; |   padding: 40px 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| .steps { | .steps { | ||||||
| @@ -110,7 +109,7 @@ | |||||||
|  |  | ||||||
| /* Features Section */ | /* Features Section */ | ||||||
| #features { | #features { | ||||||
|   padding: 60px 0; |   padding: 40px 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| .features-list { | .features-list { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user