mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	fix picture display in profile page
This commit is contained in:
		| @@ -130,7 +130,7 @@ main { | ||||
|     width: 50%; | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
|     justify-content: flex-end; | ||||
|     justify-content: space-evenly; | ||||
|  | ||||
|     @media (max-width: 960px) { | ||||
|       width: 100%; | ||||
| @@ -143,21 +143,14 @@ main { | ||||
|     } | ||||
|  | ||||
|     > .user_profile_pictures_bigone { | ||||
|       flex-grow: 9; | ||||
|       flex-basis: 20em; | ||||
|       display: flex; | ||||
|       justify-content: center; | ||||
|       align-items: center; | ||||
|  | ||||
|       > img { | ||||
|         max-height: 100%; | ||||
|         max-width: 100%; | ||||
|         object-fit: contain; | ||||
|  | ||||
|         @media (max-width: 960px) { | ||||
|           max-width: 300px; | ||||
|           width: 100%; | ||||
|           object-fit: contain; | ||||
|           width: 300px; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
| @@ -169,8 +162,6 @@ main { | ||||
|       justify-content: center; | ||||
|       align-items: center; | ||||
|       gap: 20px; | ||||
|       flex-grow: 1; | ||||
|       flex-basis: 14em; | ||||
|  | ||||
|       @media (max-width: 960px) { | ||||
|         flex-direction: row; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user