Hide "A look inside" in mobile layout on frontpage (#8044)
This commit is contained in:
		
							parent
							
								
									8058ec5a13
								
							
						
					
					
						commit
						cc3a3f579a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -923,7 +923,7 @@ $small-breakpoint: 960px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @media screen and (max-width: $column-breakpoint) {
 | 
					    @media screen and (max-width: $column-breakpoint) {
 | 
				
			||||||
      height: 90vh;
 | 
					      display: none;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue