Skip to content

Commit

Permalink
Fixed-Issue-PalisadoesFoundation#1266 Bug Report When a new post is a…
Browse files Browse the repository at this point in the history
…dded, the latest post section in the organization's dashboard becomes distorted Updated
  • Loading branch information
gauravsingh94 committed Jan 8, 2024
1 parent dd36013 commit e9f9b12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/OrganizationDashCards/CardItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
}

.cardItem .time {
font-size: 0.8rem;
font-weight: 300;
color: #808080;
font-size: var(--bs-font-size-sm);
font-weight: var(--bs-font-weight-light);
color: var(--bs-gray-600);
}

.cardItem .creator {
font-size: 0.8rem;
color: black;
font-size: var(--bs-font-size-sm);
color: var(--bs-body-color);
}

.rightCard {
Expand Down

0 comments on commit e9f9b12

Please sign in to comment.