style(search): increase width on mobile view (#796)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
		@@ -59,6 +59,10 @@
 | 
			
		||||
      margin-left: auto;
 | 
			
		||||
      margin-right: auto;
 | 
			
		||||
 | 
			
		||||
      @media all and (max-width: $fullPageWidth) {
 | 
			
		||||
        width: 90%;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      & > * {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        border-radius: 7px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user