Fix style for mobile devices
This commit is contained in:
		
							parent
							
								
									fafc77a369
								
							
						
					
					
						commit
						34862006fd
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,6 +5,10 @@ This software is license under the MIT license. It should be included in your co
 | 
				
			||||||
A copy of the MIT license can be obtained at https://mit-license.org/
 | 
					A copy of the MIT license can be obtained at https://mit-license.org/
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					input {
 | 
				
			||||||
 | 
					  margin: auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
div.form {
 | 
					div.form {
 | 
				
			||||||
  margin-top: 5%;
 | 
					  margin-top: 5%;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
| 
						 | 
					@ -55,10 +59,10 @@ div.github {
 | 
				
			||||||
  -webkit-transition: opacity .25s ease-out;
 | 
					  -webkit-transition: opacity .25s ease-out;
 | 
				
			||||||
  -o-transition: opacity .25s ease-out;
 | 
					  -o-transition: opacity .25s ease-out;
 | 
				
			||||||
  opacity: 0.3;
 | 
					  opacity: 0.3;
 | 
				
			||||||
  right: 2.5%;
 | 
					  right: 2.5vw;
 | 
				
			||||||
  bottom: 10%;
 | 
					  bottom: 15vh;
 | 
				
			||||||
  width: 2.5%;
 | 
					  width: 50px;
 | 
				
			||||||
  height: 2.5%;
 | 
					  height: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
div.github:hover {
 | 
					div.github:hover {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue