This commit is contained in:
		@@ -21,6 +21,7 @@
 | 
				
			|||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  max-width: 1200px;
 | 
					  max-width: 1200px;
 | 
				
			||||||
  gap: 2rem; /* Space between items */
 | 
					  gap: 2rem; /* Space between items */
 | 
				
			||||||
 | 
					  margin-bottom: 40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hero-content {
 | 
					.hero-content {
 | 
				
			||||||
@@ -73,7 +74,7 @@
 | 
				
			|||||||
.screenshot img {
 | 
					.screenshot img {
 | 
				
			||||||
  max-width: 70vmin;
 | 
					  max-width: 70vmin;
 | 
				
			||||||
  height: auto;
 | 
					  height: auto;
 | 
				
			||||||
  border-radius: 30px;
 | 
					  border-radius: 20px;
 | 
				
			||||||
  border: 4px solid black;
 | 
					  border: 4px solid black;
 | 
				
			||||||
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 | 
					  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user