🎨
This commit is contained in:
		
							parent
							
								
									d99be6697e
								
							
						
					
					
						commit
						ecd6fc1db8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -38,13 +38,13 @@ const forceSpacerMin = inject('forceSpacerMin', false) || deviceKind === 'smartp | ||||||
| 	container-type: inline-size; | 	container-type: inline-size; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @container (max-width: 360px) { | @container (max-width: 450px) { | ||||||
| 	.root { | 	.root { | ||||||
| 		padding: v-bind('props.marginMin + "px"'); | 		padding: v-bind('props.marginMin + "px"'); | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @container (min-width: 361px) { | @container (min-width: 451px) { | ||||||
| 	.root { | 	.root { | ||||||
| 		padding: v-bind('props.marginMax + "px"'); | 		padding: v-bind('props.marginMax + "px"'); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue