feat(Projects): Update project entry design

Also update project card in index and project list.
Also added portrait image.
This commit is contained in:
Alexander Navarro 2024-03-21 17:57:55 -03:00
parent 944b553e73
commit a85f9adc9b
18 changed files with 227 additions and 173 deletions

View file

@ -35,7 +35,7 @@ h1,
.fs-1 {
font-size: 3rem !important;
margin-top: 0;
margin-bottom: var(--prj-spacing-4);
margin-bottom: var(--prj-spacing-3);
}
h2,
.fs-2 {
@ -97,6 +97,10 @@ ul {
/* Make the marker position is inside the container */
list-style-position: inside;
margin: 0;
ul {
margin-left: var(--prj-spacing-3);
}
}
.list-unstyle {