Skip to content

Commit

Permalink
in the middle of some great cosmetic enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfischetti committed Dec 12, 2024
1 parent eed37cf commit fdbae62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/components/ObjectCard/ObjectCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
}
}

// TODO this is ".role". make it
.role {
display: flex;
align-items: center;
text-transform: lowercase;
font-weight: 100;
letter-spacing: 1px;
width: 10ch;
justify-content: flex-end;
// color: var(--rs-gray-600);
// color: #014a40;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@

.display-date {
font-style: italic;
font-weight: 200;
}

.display-conid {
font-size: .8em;
font-size: .6em;
padding-bottom: 10px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
.title {
font-weight: 100;
font-size: 2em;
padding: 3vh 0px;
}

.display-date {
font-style: italic;
font-weight: 200;
}

.boiler-text {
Expand Down

0 comments on commit fdbae62

Please sign in to comment.