update portfolio sections
This commit is contained in:
parent
9d5f6bc5fb
commit
c4a83cf5be
4 changed files with 33 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue