Skip to content

Commit

Permalink
Update app.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Jan 22, 2025
1 parent ea60a29 commit 6c319ee
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7254,19 +7254,16 @@ button[data-testid='createPostBtn'] {

.alignimg {
border-radius: 50%;
background-color: var(--white-color);
background-blend-mode: darken;
height: 65px;
width: 65px;
height: clamp(50px, 4vw, 65px);
width: clamp(50px, 4vw, 65px);
object-fit: cover;
}

.box {
color: var(--light-orange);
}

.box :hover {
color: var(--light-orange);
}

.first_box {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -7295,6 +7292,7 @@ button[data-testid='createPostBtn'] {

.deco {
border: 1px solid var(--grey-border);
width: 65vw;
height: 0px !important;
width: 100%;
max-width: 800px;
height: 0;
}

0 comments on commit 6c319ee

Please sign in to comment.