Skip to content

Commit

Permalink
style: format code with prettier (#1240)
Browse files Browse the repository at this point in the history
Format code with prettier

This commit fixes the style issues introduced in d11b2c9 according to the output
from Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Narayan soni <[email protected]>
  • Loading branch information
deepsource-autofix[bot] and narayan954 authored Aug 10, 2023
1 parent 12fbc5a commit 45eecbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Profile/feed/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,0.5);
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
}

.profile_post_hover_icon{
.profile_post_hover_icon {
transform: scale(1.8);
border-radius: 50%;
display: flex;
Expand All @@ -77,7 +77,6 @@
padding: 10px;
}


@media screen and (min-width: 800px) and (max-width: 1200px) {
.profile-feed-main-container {
margin-left: 5px;
Expand Down

0 comments on commit 45eecbb

Please sign in to comment.