Skip to content

Commit

Permalink
phone screen fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
matichewer committed Jul 13, 2024
1 parent 0545d45 commit 9e66350
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@
#projects-container {
/* grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); */
column-count: 1;
/* background-color: blue; */
/* background-color: blue; */
}

.project-card {
margin-bottom: 1rem; /* Espacio entre filas */
padding: 1rem;
}
#socials-container {
display: block;
Expand All @@ -186,4 +187,7 @@
transform: rotate(45deg) translateY(20px) translateX(5px); /* Ajusta la posición de la flechita */
margin: -8px; /* Ajusta el margen */
}
.card-title {
font-size: 1.7rem; /* Ajustar el tamaño del título */
}
}

0 comments on commit 9e66350

Please sign in to comment.