fix: hero image not loading in portal homepage (#31699) (cherry picked from commit 8a6432ec3f4bf63c39d1f687f618cec2360ebccf) Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* csslint ignore:start */
 | |
| {% if homepage.hero_image %}
 | |
| .hero-image {
 | |
| 	background-size: cover;
 | |
| 	padding: 10rem 0;
 | |
| }
 | |
| {% endif %}
 | |
| /* csslint ignore:end */
 |