Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnavi-22 authored Jan 24, 2024
1 parent ab683c7 commit a4680bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,12 @@ font-weight:var(--font-medium);
}

.home__img{
width: 160px;
/* SUBJECT TO CHANGE */
width: 180px;
}
.home__handle{
justify-self: center;
width: 190px;
height: 293px;
width: 120px;
height: 120x;
background: linear-gradient(180deg,
hsla(var(--first-hue),var(--sat),var(--lig),1),
hsla(var(--first-hue),var(--sat),var(--lig), .2)
Expand Down Expand Up @@ -1018,4 +1017,4 @@ margin-bottom:2.5rem;



}
}

0 comments on commit a4680bf

Please sign in to comment.