diff --git a/public/SARABIA.jpeg b/public/SARABIA.jpeg new file mode 100644 index 0000000..ce9eb0b Binary files /dev/null and b/public/SARABIA.jpeg differ diff --git a/src/app/creadores/creadores.css b/src/app/creadores/creadores.css index 0c63be6..ec264bb 100644 --- a/src/app/creadores/creadores.css +++ b/src/app/creadores/creadores.css @@ -1,19 +1,19 @@ .mainContainer { - height: 100%; - width: 100%; - display: grid; - position: relative; - place-items: center; + height: 100%; + width: 100%; + display: grid; + position: relative; + place-items: center; } .container { - display: flex; - flex-direction: column; - gap: 4rem; - align-items: end; - justify-content: center; - align-items: center; - width: 100%; + display: flex; + gap: 6rem; + align-items: end; + justify-content: center; + align-items: center; + width: 100%; + flex-wrap: wrap; } .imageWrapper { @@ -69,7 +69,7 @@ .card:hover .title { transform: translateY(-5px); - color: #163172; + color: #163172; } @keyframes fadeIn { diff --git a/src/app/creadores/page.tsx b/src/app/creadores/page.tsx index 33e180b..8086011 100644 --- a/src/app/creadores/page.tsx +++ b/src/app/creadores/page.tsx @@ -5,9 +5,9 @@ export default function Page() { return (