Move portfolios to log

This commit is contained in:
mez 2024-11-06 23:33:39 +00:00
parent e286f18542
commit 6a21a3541a
10 changed files with 125 additions and 123 deletions

View file

@ -167,6 +167,8 @@ p#masteredcarousel img {
/* portfolios */
a:has(div.foliocase) {
text-decoration: none;
width: 230px;
display: block;
}
div.foliocase {
@ -196,6 +198,11 @@ table.portfolio tr:last-of-type {
text-align: right;
}
table.portfolio a {
color: unset;
text-decoration: none;
}
table.portfolio.palette {
background: url("/assets/portfolio/palette.png");
background-repeat: no-repeat;