This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
|   justify-content: space-between; | ||||
|   flex-direction: column; | ||||
|   align-items: center; | ||||
|   background: linear-gradient(to bottom, #F9B208, #ed5c51); | ||||
|   background: linear-gradient(to bottom right, #F9B208, #ed5c51); | ||||
| } | ||||
|  | ||||
| .hero-first { | ||||
| @@ -165,15 +165,13 @@ | ||||
| } | ||||
|  | ||||
| /* Button at the end of the hero-second */ | ||||
|  | ||||
| .hero-button-end { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   padding: 40px 0; | ||||
|   background-color: white; | ||||
|   color: #E72E77; | ||||
| } | ||||
|  | ||||
| .hero-button-end a { | ||||
|   padding: 20px 40px; | ||||
|   font-size: 1.6rem; | ||||
|   font-weight: bold; | ||||
| @@ -182,7 +180,7 @@ | ||||
|   transition: background-color 0.3s; | ||||
| } | ||||
|  | ||||
| .hero-button-end a:hover { | ||||
| .hero-second button:hover { | ||||
|   background-color: linear-gradient(to bottom right, #F9B208, #E72E77); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user