Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburlaos authored Jun 11, 2024
1 parent 6f45f6b commit 671cefe
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,18 +326,13 @@ h3{
font-size: 15px;
color: #777;
}
.about-btn button{
position: absolute;
right: 20px;
bottom: 20px;
background: var(--first-color);
color: var(--color-white);
border-radius: 30px;
}
.about-btn button:hover{
background: var(--first-color-hover);
.about-info img {
max-width: 200px;
margin-right: 20px;
border-radius: 50%;
}


/* ----- ABOUT / SKILLS BOX ----- */
.skills-box{
margin: 10px;
Expand Down Expand Up @@ -529,6 +524,9 @@ footer{
margin-top: 10px;
}

.row {
margin-bottom: 20px; /* Adjust this value as needed */
}

/* ----- MEDIA QUERY == 1024px / RESPONSIVE ----- */
@media only screen and (max-width: 1024px){
Expand Down Expand Up @@ -635,4 +633,4 @@ footer{
.input-field{
width: 100%;
}
}
}

0 comments on commit 671cefe

Please sign in to comment.