mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	add comment for homepage mobile logic
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		| @@ -26,7 +26,12 @@ | |||||||
| 	</header> | 	</header> | ||||||
|   	<body> |   	<body> | ||||||
|  |  | ||||||
| 		<div style="display: flex; max-height: 100%;"> | 		<!-- | ||||||
|  | 			For mobile: + flex-direction: column-reverse;" | ||||||
|  | 						~ width: 100% for all divs | ||||||
|  | 		--> | ||||||
|  | 		<div style="display: flex; max-height: 100%; "> | ||||||
|  |  | ||||||
| 			<div style="width: 20%;"></div> | 			<div style="width: 20%;"></div> | ||||||
|  |  | ||||||
| 			<div style="width: 60%;"> | 			<div style="width: 60%;"> | ||||||
| @@ -40,7 +45,7 @@ | |||||||
| 			</div> | 			</div> | ||||||
|  |  | ||||||
| 			<div style="width: 20%;"> | 			<div style="width: 20%;"> | ||||||
| 				<form id="form" style="display: none;"> | 				<form id="form" style=""> | ||||||
| 					<input type='search' id="seaching" name="searchBar" placeholder="Search journal..."> | 					<input type='search' id="seaching" name="searchBar" placeholder="Search journal..."> | ||||||
| 					<button class="click" type="search"> | 					<button class="click" type="search"> | ||||||
| 						Search | 						Search | ||||||
| @@ -48,6 +53,7 @@ | |||||||
| 					<div class="Filter-box"></div> | 					<div class="Filter-box"></div> | ||||||
| 				</form> | 				</form> | ||||||
| 			</div> | 			</div> | ||||||
|  | 			 | ||||||
| 		</div> | 		</div> | ||||||
|   	</body> |   	</body> | ||||||
| </main> | </main> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user