mirror of
				https://github.com/thomasjsn/hugo-theme-hello-friend.git
				synced 2025-11-04 08:48:47 +01:00 
			
		
		
		
	fix scss variables for media queries
This commit is contained in:
		
							parent
							
								
									89dbf19123
								
							
						
					
					
						commit
						095e194998
					
				@ -47,8 +47,8 @@ body.dark-theme {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* MEDIA QUERIES */
 | 
			
		||||
$phone: (max-width: 684px);
 | 
			
		||||
$tablet: (max-width: 900px);
 | 
			
		||||
$phone: 'max-width: 684px';
 | 
			
		||||
$tablet: 'max-width: 900px';
 | 
			
		||||
 | 
			
		||||
@mixin greater-icon($stroke-width: 3px, $width: .95rem, $height: 100%) {
 | 
			
		||||
  .greater-icon {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user