Skip to content

Commit

Permalink
Fix duplicate properties and class definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlernik committed Dec 24, 2024
1 parent 70292f7 commit a15d8c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -1714,10 +1714,6 @@ form > input {
transform 0.2s,
box-shadow 0.2s;
}
.postinfo {
height: 80px;
}

.postinfo {
height: 80px;
margin-bottom: 20px;
Expand All @@ -1733,7 +1729,6 @@ form > input {
color: #707070;
font-weight: 600;
font-size: 16px;
cursor: pointer;
}
button[data-testid='createPostBtn'] {
display: block;
Expand Down

0 comments on commit a15d8c0

Please sign in to comment.