1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update CSS

This commit is contained in:
Felix Krause
2021-12-04 12:59:21 +01:00
parent cdc61cdabc
commit d37cd902c3
2 changed files with 8 additions and 3 deletions

View File

@@ -41,9 +41,7 @@ function getPieData(key, year) {
}];
var layout = {
title: `${key} (${year})`,
height: 900,
width: 1400
title: `${key} (${year})`
}
var config = {
showLink: true,

View File

@@ -19,6 +19,13 @@
margin: 0px;
}
.pieGraph {
width: "100%";
height: 800px;
padding: 0px;
margin: 0px;
}
#keysTable>tbody>tr>th {
padding: 15px;
font-weight: 800;