diff --git a/build/style.css b/build/style.css index f2385de..79f8bff 100644 --- a/build/style.css +++ b/build/style.css @@ -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; }