This commit is contained in:
		| @@ -19,8 +19,9 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .hero-content { | .hero-content { | ||||||
|   max-width: 50%; |   max-width: 60%; | ||||||
|   text-align: center; |   text-align: center; | ||||||
|  |   padding: 20px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .hero-logo { | .hero-logo { | ||||||
| @@ -53,15 +54,17 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .hero-screenshots { | .hero-screenshots { | ||||||
|  |   max-width: 40%; | ||||||
|   display: flex; |   display: flex; | ||||||
|   gap: 40px; |   gap: 40px; | ||||||
|  |   margin-left: 0px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .screenshot { | .screenshot { | ||||||
|   width: 150px; |   width: 150px; | ||||||
|   height: 280px; |   height: 280px; | ||||||
|   background-color: white; |   background-color: white; | ||||||
|   border: 3px solid black; |   border: 0px solid black; | ||||||
|   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); |   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); | ||||||
|   border-radius: 15px; |   border-radius: 15px; | ||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user