forked from bitcoinafterlife/bal-welist-website
fix: ridotto max-height tabella da 600px a 350px
This commit is contained in:
@@ -109,7 +109,7 @@ header.hero{padding:48px 0 28px;border-bottom:1px solid var(--line)}
|
|||||||
border-radius:var(--radius);box-shadow:var(--shadow);
|
border-radius:var(--radius);box-shadow:var(--shadow);
|
||||||
/* Show roughly 10 rows; once the list is longer the card scrolls
|
/* Show roughly 10 rows; once the list is longer the card scrolls
|
||||||
vertically instead of growing the page. The header stays pinned. */
|
vertically instead of growing the page. The header stays pinned. */
|
||||||
max-height:600px;overflow:auto;
|
max-height:350px;overflow:auto;
|
||||||
}
|
}
|
||||||
table{width:100%;border-collapse:collapse;font-size:14px}
|
table{width:100%;border-collapse:collapse;font-size:14px}
|
||||||
thead th{
|
thead th{
|
||||||
|
|||||||
Reference in New Issue
Block a user