Skip to content

Commit

Permalink
feat: improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolTheba committed Dec 15, 2023
1 parent d790f3e commit 215b74a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/styles/Badge.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.badge {
width: auto;
padding: 0.4rem;
margin-right: 1rem;
color: white;
background-color: #6c757d;
border-radius: 5px;
font-size: 1rem;
font-size: 14px;
display: inline-block;
font-weight: 600;
}
Expand Down
8 changes: 7 additions & 1 deletion src/styles/ProjectDetails.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ hr {
div > div > span {
font-size: 24px;
font-weight: bold;
color: #007bff;
}

div > div > div {
Expand Down Expand Up @@ -96,9 +95,16 @@ a:hover {
}

.info-badge__wrapper {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}

.info-score__wrapper {
display: flex;
align-items: center;
}

.warning-message {
Expand Down

0 comments on commit 215b74a

Please sign in to comment.