Refine the above
This commit is contained in:
parent
ee0aa2acea
commit
3bd3600f76
1 changed files with 5 additions and 5 deletions
|
@ -184,6 +184,7 @@ table.portfolio {
|
|||
font-family: "04b24", sans-serif;
|
||||
background-color: black;
|
||||
width: 111px;
|
||||
max-width: 111px;
|
||||
height: 75px;
|
||||
-webkit-font-smoothing: none;
|
||||
font-smooth: never;
|
||||
|
@ -192,7 +193,10 @@ table.portfolio {
|
|||
font-size: 8px;
|
||||
color: white;
|
||||
table-layout: fixed;
|
||||
/* filter: contrast(1); */
|
||||
}
|
||||
|
||||
table.portfolio td {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
table.portfolio tr:last-of-type {
|
||||
|
@ -258,10 +262,6 @@ table.portfolio.gray {
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
table.portfolio td {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.portfolio.palette td.deck1 {
|
||||
color: #ff2424;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue