Add portafolio page

This commit is contained in:
Alexander Navarro 2023-11-18 14:02:51 -03:00
parent 0c10c3fa77
commit 318a647147
8 changed files with 166 additions and 23 deletions

View file

@ -57,6 +57,16 @@ ul {
margin: 0;
}
.list-unstyle {
list-style: none;
}
img,
video {
max-width: 100%;
height: auto;
}
li:not(:last-child) {
margin-bottom: var(--prj-spacing-1);
}