Better transition from Desktop to Mobile.
This commit is contained in:
		
							parent
							
								
									dd7666caf9
								
							
						
					
					
						commit
						c7e8ffa143
					
				| 
						 | 
					@ -19,6 +19,7 @@ form {
 | 
				
			||||||
    color: #b83b5e;
 | 
					    color: #b83b5e;
 | 
				
			||||||
    padding: 2%;
 | 
					    padding: 2%;
 | 
				
			||||||
    width: 50%;
 | 
					    width: 50%;
 | 
				
			||||||
 | 
					    min-width: 450px;
 | 
				
			||||||
    display: inline-block;
 | 
					    display: inline-block;
 | 
				
			||||||
    text-align: left;
 | 
					    text-align: left;
 | 
				
			||||||
    font-size: large;
 | 
					    font-size: large;
 | 
				
			||||||
| 
						 | 
					@ -53,5 +54,6 @@ footer {
 | 
				
			||||||
@media screen and (max-width: 500px) {
 | 
					@media screen and (max-width: 500px) {
 | 
				
			||||||
    form {
 | 
					    form {
 | 
				
			||||||
        width: 90%;
 | 
					        width: 90%;
 | 
				
			||||||
 | 
					        min-width: unset;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue