Stack technology grid on mobile
cgen-329dbfcff2ee4acbb60baa5c18e34a33
This commit is contained in:
parent
3b68a6deae
commit
31d4a01051
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ export default function GameDevelopment() {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 max-w-4xl mx-auto">
|
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 max-w-4xl mx-auto">
|
||||||
{technologies.map((tech, index) => {
|
{technologies.map((tech, index) => {
|
||||||
const Icon = tech.icon;
|
const Icon = tech.icon;
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue