Move portfolios to log
This commit is contained in:
parent
e286f18542
commit
6a21a3541a
10 changed files with 125 additions and 123 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue