Skip to content

Commit

Permalink
Fixed-Issue-#1259 Keeping the message in design when no posts is foun…
Browse files Browse the repository at this point in the history
…d. (#1265)
  • Loading branch information
gauravsingh94 authored Dec 23, 2023
1 parent 5fe81f0 commit 17501fc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/NotFound/NotFound.module.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
.section {
position: relative;
margin: 20px auto;
width: 100%;
background-color: #fff;
padding: 4px;
border-radius: 0.5rem;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.error {
font-size: 1.2rem;
color: #575656;
font-weight: 500;
}

Expand Down

0 comments on commit 17501fc

Please sign in to comment.