fix #308 - hide login hint on desktop
This commit is contained in:
		
							parent
							
								
									c758d103bd
								
							
						
					
					
						commit
						bf642ebab7
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -19,6 +19,10 @@ | |||
| .login-hint { | ||||
|   text-align: center; | ||||
|    | ||||
|   @media all and (min-width: 801px) { | ||||
|     display: none; | ||||
|   } | ||||
| 
 | ||||
|   a { | ||||
|     display: inline-block; | ||||
|     padding: 1em 0px; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Xiaofeng An
						Xiaofeng An