mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00:00 
			
		
		
		
	Fix: fix fiveColumns option (#4924)
This commit is contained in:
		
							parent
							
								
									471800d5bc
								
							
						
					
					
						commit
						5629440acf
					
				@ -31,7 +31,7 @@ export default function ServicesGroup({
 | 
			
		||||
      className={classNames(
 | 
			
		||||
        "services-group flex-1",
 | 
			
		||||
        layout?.style === "row" ? "basis-full" : "basis-full md:basis-1/2 lg:basis-1/3 xl:basis-1/4",
 | 
			
		||||
        layout?.style !== "row" && fiveColumns ? "3xl:basis-1/5" : "",
 | 
			
		||||
        layout?.style !== "row" && fiveColumns ? "2xl:basis-1/5" : "",
 | 
			
		||||
        groupPadding,
 | 
			
		||||
        isSubgroup ? "subgroup" : "",
 | 
			
		||||
      )}
 | 
			
		||||
 | 
			
		||||
@ -30,10 +30,6 @@ module.exports = {
 | 
			
		||||
          900: "rgb(var(--color-900) / <alpha-value>)",
 | 
			
		||||
        },
 | 
			
		||||
      },
 | 
			
		||||
      screens: {
 | 
			
		||||
        "3xl": "1800px",
 | 
			
		||||
        // => @media (min-width: 1800px) { ... }
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  plugins: [tailwindForms, tailwindScrollbars],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user