feat(projects): minor styling update

This commit is contained in:
2025-07-17 17:35:01 -06:00
parent be60e9b4b1
commit b795e60091

View File

@ -108,7 +108,7 @@
justify-self: center;
margin: 0svh 1svw;
margin: 0svh 0svw;
padding-top: 1svh;
object-fit: contain;
color: transparent;
@ -125,6 +125,7 @@
border-radius: var(--underlineTitleBorderRadius);
margin: 0px 2svw;
padding: 0px 2svw;
padding-right: 0px;
justify-content: space-between;
align-items: center;
@ -173,9 +174,10 @@
.project-title-info div {
display: flex;
gap: 1svw;
gap: 20px;
justify-content: flex-end;
border-bottom: none;
margin: 0svh 10px;
}
.project-card div p {