Skip to content

Commit

Permalink
Resize margin project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
matichewer committed Mar 21, 2024
1 parent 41f8a51 commit 3850819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ section {
/*padding: 1.5rem;*/
background: white;
border-radius: 2rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Sombra */
border: 1px solid rgba(0, 0, 0, 0.1); /* Borde más suave */
/* border: rgb(53, 53, 53) 0.12rem solid; */
/*border-color: rgb(163, 163, 163);*/
text-align: center;
max-width: 700px;
max-height: 500px;
/* flex: 0 0 calc(33.33% - 20px); */
margin-bottom: 20px; /* Espacio entre filas */
margin-bottom: 5px; /* Espacio entre filas */
border-color: rgb(68, 68, 68);
background: rgb(250, 250, 250);
display: flex;
Expand Down

0 comments on commit 3850819

Please sign in to comment.