generated from darkicewolf50/ssg-sveltekit-template
feat(projects): minor styling update
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user