feat(Projects): Update project entry design
Also update project card in index and project list. Also added portrait image.
This commit is contained in:
parent
944b553e73
commit
a85f9adc9b
18 changed files with 227 additions and 173 deletions
|
|
@ -85,6 +85,7 @@
|
|||
.vstack {
|
||||
--prj-gap: var(--prj-spacing-3);
|
||||
display: flex;
|
||||
gap: var(--prj-gap);
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
|
@ -133,6 +134,10 @@
|
|||
justify-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-items-center {
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.grid {
|
||||
--prj-gap: var(--prj-spacing-3);
|
||||
--prj-columns: repeat(3, 1fr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue