mobile styling fixes
This commit is contained in:
		| @@ -447,4 +447,15 @@ | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
|   color: #fff; | ||||
| } | ||||
|  | ||||
| @media (max-width: 766px) { | ||||
|   .form__buttons { | ||||
|     flex-direction: column; | ||||
|   } | ||||
|  | ||||
|   .form__btn { | ||||
|     margin: 0; | ||||
|     margin-bottom: 1.5rem; | ||||
|   } | ||||
| } | ||||
| @@ -444,4 +444,15 @@ | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
|   color: #fff; | ||||
| } | ||||
|  | ||||
| @media (max-width: 766px) { | ||||
|   .form__buttons { | ||||
|     flex-direction: column; | ||||
|   } | ||||
|  | ||||
|   .form__btn { | ||||
|     margin: 0; | ||||
|     margin-bottom: 1.5rem; | ||||
|   } | ||||
| } | ||||
| @@ -29,4 +29,11 @@ | ||||
|     border: 3px solid #6aaf5c; | ||||
|     box-shadow: 3px 2px 5px rgba(82, 151, 34, 0.21); | ||||
|     transition: .3s; | ||||
| } | ||||
| } | ||||
|  | ||||
| @media (max-width: 1198px) { | ||||
|     .logout-button { | ||||
|         top: 16px; | ||||
|     } | ||||
|   } | ||||
|    | ||||
		Reference in New Issue
	
	Block a user
	 kurpfish
					kurpfish