Skip to content

Commit

Permalink
Responsive Styles Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 23, 2024
1 parent f647344 commit d7e4f43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
13 changes: 8 additions & 5 deletions app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ body{
/* DATOS PERSONALES */

.personaldata {
border: 1px solid black;
margin-top: 7%;
display: flex;
width: 100%;
color: white;
height: 70vh;
height: 70%;
}

.datos1{
height: auto;
width: 50%;
transition: 500ms;
}.datos2{
height: 50%;
height: auto;
border-left: 1vh solid rgba(0, 0, 0, 0.134);
padding-left: 2%;
width: 50%;
height: auto;
transition: 500ms;
}

Expand Down Expand Up @@ -123,12 +123,13 @@ button{
}

.btnlinks{
border: 1px solid rgb(255, 0, 0);
margin-top: 2%;
width: 100%;
height: 6vh;
color: rgb(0, 0, 60);
}
.btnlinks button{
padding: 1vh;
padding: 1%;
}
.btnlinks i{
align-items: center;
Expand All @@ -149,6 +150,7 @@ button{

/* SUBTITULOS */
.lenguajes{
border: 1px solid black;
padding-top: 10%;
padding-bottom: 1%;
margin-top: 20%;
Expand Down Expand Up @@ -344,6 +346,7 @@ button{

/* CONTACT ME */
.contactme{
width: 99%;
margin: auto;
margin-top: 20%;
color: #ffffff;
Expand Down
12 changes: 6 additions & 6 deletions app/css/mainrespons.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
overflow-y: auto
}
.personaldata{
height: 80vh;
height: 85vh;
margin: auto;
width: 100%;
flex-wrap: wrap;
height: 80vh;
margin-bottom: 7vh;
}
.datos{
margin: auto;
Expand Down Expand Up @@ -41,6 +39,8 @@
font-size: 65%;
}
.lenguajes{
margin-top: 15vh;
padding-top: 0;
margin-left: 0%;
}
.lenguajes h2{
Expand Down Expand Up @@ -154,7 +154,7 @@
width: 90%;
}.personaldata{
width: 90%;
height: 85vh;
height: 80vh;
font-size: 90%;
margin-top: 15%;
flex-wrap: wrap;
Expand All @@ -171,6 +171,7 @@
margin: auto;
}
.datos2{
font-size: 65%;
margin-top: 5%;
margin-left: 2%;
width: 90%;
Expand All @@ -179,8 +180,7 @@
height: 40%;
}
.btnlinks i{
margin-top: 2vh;
font-size: 200%;
font-size: 250%;
}

.lenguajes h2{
Expand Down

0 comments on commit d7e4f43

Please sign in to comment.