generated from darkicewolf50/ssg-sveltekit-template
feat(projects): minor styling update
This commit is contained in:
@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
|
|
||||||
margin: 0svh 1svw;
|
margin: 0svh 0svw;
|
||||||
padding-top: 1svh;
|
padding-top: 1svh;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
@ -125,6 +125,7 @@
|
|||||||
border-radius: var(--underlineTitleBorderRadius);
|
border-radius: var(--underlineTitleBorderRadius);
|
||||||
margin: 0px 2svw;
|
margin: 0px 2svw;
|
||||||
padding: 0px 2svw;
|
padding: 0px 2svw;
|
||||||
|
padding-right: 0px;
|
||||||
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -173,9 +174,10 @@
|
|||||||
|
|
||||||
.project-title-info div {
|
.project-title-info div {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1svw;
|
gap: 20px;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
margin: 0svh 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-card div p {
|
.project-card div p {
|
||||||
|
Reference in New Issue
Block a user