Skip to content

Commit

Permalink
Responsive v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 2, 2024
1 parent bb3a084 commit 0cba9fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/css/mainrespons.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
@media screen and (max-width: 480px) {
/* Estilos para teléfonos celulares */
html{
background-image: linear-gradient(to bottom, #ff7e5f 5%, #ff7f5f 28%, #31405fe7 40%, #31405f 97%, #7bccff 100%);
background-image: linear-gradient(to bottom, #ff7e5f 5%, #ff7f5f 20%, #31405fe7 28%, #31405f 97%, #7bccff 100%);
}
.personaldata{
margin-top: 18%;
margin-top: 10%;
flex-wrap: wrap;
text-align: left;
}
Expand Down Expand Up @@ -112,6 +112,7 @@
margin: auto;
}
.projects{
margin-bottom: 100%;
font-size: 200%;
}
.projects h2{
Expand Down

0 comments on commit 0cba9fd

Please sign in to comment.