Center grid items, wybor frezowania
This commit is contained in:
parent
57ccb73fd5
commit
543b90c36f
@ -118,7 +118,7 @@ const HomePage = () => {
|
||||
|
||||
<div className="mb-4">
|
||||
<label className="block text-gray-700 text-sm font-bold mb-2">{frezowaniaOpcje.label}</label>
|
||||
<div className="grid sm:grid-cols-3 grid-cols-2 gap-4">
|
||||
<div className="grid sm:grid-cols-3 grid-cols-2 gap-4 place-items-center">
|
||||
{frezowaniaOpcje.options.map((option, index) => (
|
||||
<div key={index}>
|
||||
<input
|
||||
|
Loading…
x
Reference in New Issue
Block a user