update portfolio sections

This commit is contained in:
Konstantin 2025-05-15 11:54:27 +02:00
parent 9d5f6bc5fb
commit c4a83cf5be
Signed by: konstantin
GPG key ID: A128B78773E41ACE
4 changed files with 33 additions and 7 deletions

View file

@ -104,9 +104,38 @@
@apply text-sm my-1;
}
li {
@apply text-sm my-0;
}
.ppb {
page-break-before: always;
}
nav.main {
@apply hidden;
}
main {
@apply mx-0 px-0;
}
footer {
@apply hidden !important;
}
nav.return {
@apply hidden;
}
/*.blog-content ul, .home-content ul {*/
/* @apply list-none list-inside list-disc;*/
/* @apply inline-block mr-0;*/
/*}*/
/*.blog-content ul li::before, .home-content ul li::before, .search li::before {*/
/* content: "";*/
/*}*/
}
.primary-button {