change height on narrow view to take 100% of screen (#9781)
* change height on narrow view to take 100% of screen * add empty line before @media
This commit is contained in:
		
							parent
							
								
									c3a657223f
								
							
						
					
					
						commit
						1183246043
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -1041,6 +1041,10 @@ $small-breakpoint: 960px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .scrollable {
 | 
					    .scrollable {
 | 
				
			||||||
      height: 400px;
 | 
					      height: 400px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      @media screen and (max-width: $column-breakpoint) {
 | 
				
			||||||
 | 
					        height: 90vh;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    p {
 | 
					    p {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue