Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rishirishhh authored Sep 28, 2024
1 parent d6cc657 commit 796e98d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions applications/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,19 @@ body {
color: var(--white);
}

.total_count {
padding: 24px;
width: 58%;
max-width: 800px;
box-sizing: border-box;
text-align: center;
font-size: 1.5rem;
}

.total_count.hidden {
display: none;
}

.filters-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 796e98d

Please sign in to comment.