Skip to content

Commit

Permalink
Se añade ajuste para pantallas medianas
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Felipe Londoño Campos committed Oct 4, 2024
1 parent 3f5a9b3 commit aba90a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/projects/ProjectsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function ProjectsSection() {
</div>

{/* Projects */}
<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap gap-40 xs:gap-5 xs:m-0'>
<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap md:gap-40 xs:gap-5 xs:m-0'>
<article className='w-[80vh] h-[75vh] relative rounded-lg hover:rounded-3xl overflow-hidden duration-[350ms] transition-all ease-expo group
shadow-2xl xs:w-[40vh] xs:h-[30vh] md:w-[80vh] md:h-[75vh]'>
<a className='block w-full h-full z-10:' href='https://edeskprisma.syc.com.co/santander' target='_blank'>
Expand Down Expand Up @@ -77,7 +77,7 @@ function ProjectsSection() {
</article>
</div>

<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap gap-40 xs:gap-5 xs:m-5'>
<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap md:gap-40 xs:gap-5 xs:m-5'>
<article className='w-[55vh] h-[55vh] relative rounded-lg hover:rounded-3xl overflow-hidden duration-[350ms] transition-all ease-expo group
shadow-2xl xs:w-[40vh] xs:h-[30vh] md:w-[55vh] md:h-[55vh]'>
<a className='block w-full h-full z-10 rounded-lg group-hover:rounded-3xl:' href='https://github.com/ApidriuC/DDA-BOOKINGS-Dispositivos-Moviles' target='_blank'>
Expand Down Expand Up @@ -117,7 +117,7 @@ function ProjectsSection() {
</article>
</div>

<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap gap-40 xs:gap-5 xs:m-5'>
<div className='container-projects m-12 w-full flex items-center justify-center flex-wrap md:gap-40 xs:gap-5 xs:m-5'>
<article className='w-[95vh] h-[80vh] relative rounded-lg hover:rounded-3xl overflow-hidden duration-[350ms] transition-all ease-expo group
shadow-2xl xs:w-[40vh] xs:h-[30vh] md:w-[95vh] md:h-[80vh]'>
<a className='block w-full h-full z-10 rounded-lg group-hover:rounded-3xl:' href='https://github.com/ApidriuC/Bingo_Alcaldia_Risaralda' target='_blank'>
Expand Down

0 comments on commit aba90a9

Please sign in to comment.