mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	| @@ -52,18 +52,19 @@ body { | ||||
| .search-bar { | ||||
| 	display: flex; | ||||
| 	justify-content: center; | ||||
| 	font-family: 'Century Gothic'; | ||||
| 	font-family: "Century Gothic", "sans-serif"; | ||||
| 	font-weight: bold; | ||||
| 	color: #516754; | ||||
| } | ||||
|  | ||||
| #sort{ | ||||
| #sort { | ||||
| 	margin-right: 1em; | ||||
| } | ||||
|  | ||||
| .search-bar > form { | ||||
| 	float: right; | ||||
| 	padding: 6px 10px; | ||||
|  | ||||
| 	/* | ||||
| 	margin-top: 8px; | ||||
| 	margin-right: 16px; | ||||
| @@ -78,7 +79,7 @@ body { | ||||
| 	position: relative; | ||||
| 	align-self: center; | ||||
| 	width: 30px; | ||||
|     height: 30px; | ||||
| 	height: 30px; | ||||
| } | ||||
|  | ||||
| #recent-reviews-text { | ||||
| @@ -95,15 +96,15 @@ img#create-btn { | ||||
| 	padding-right: 2.5%; | ||||
| 	cursor: pointer; | ||||
| 	width: 10%; | ||||
|     height: 10%; | ||||
| 	height: 10%; | ||||
| } | ||||
|  | ||||
| img#create-btn-invis { | ||||
| 	opacity: 0%; | ||||
| 	opacity: 0; | ||||
| 	padding-left: 2.5%; | ||||
| 	padding-right: 2.5%; | ||||
| 	width: 10%; | ||||
|     height: 10%; | ||||
| 	height: 10%; | ||||
| } | ||||
|  | ||||
| .review-container { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user