Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushyadav07 authored Sep 28, 2023
1 parent 02d7ed8 commit aff7053
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,22 +119,32 @@ section{
margin: 2rem 0 4rem;
}

.home-sci {
/* .home-sci {
position: absolute;
bottom: 4rem;
width: 200px;
display: flex;
justify-content: space-between;
} */
.home-sci {
position: absolute;
right: 8rem;
height: 275px;
display: flex;
justify-content: space-between;
flex-direction: column;
}

.home-sci a {
position: relative;
display: inline-flex;
justify-content: center;
align-items:center;
width:40px;
height:40px;
/* width:40px;
height:40px; */
width:45px;
height:45px;
background: transparent;
border: .2rem solid var(--main-color);
border-radius: 50%;
Expand Down Expand Up @@ -365,9 +375,18 @@ section{
}

/* Adjust home-sci for smaller screens */
.home-sci {
/* .home-sci {
bottom: 2rem;
width: 150px;
} */
.home-sci {
position: absolute;
bottom: -25rem;
width: 175px;
display: flex;
justify-content: space-between;
flex-direction: row;
left:10%;
}

.home-sci a {
Expand Down

0 comments on commit aff7053

Please sign in to comment.