oops
This commit is contained in:
10
webapp/dist/styles.css
vendored
10
webapp/dist/styles.css
vendored
@@ -35,6 +35,10 @@ html, body {
|
||||
padding: 10vw;
|
||||
width: calc(100% - 20vw);
|
||||
height: calc(100% - 20vw);
|
||||
text-align: center;
|
||||
}
|
||||
.chart-container > * {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#myChart {
|
||||
@@ -42,4 +46,10 @@ html, body {
|
||||
padding: 2vw;
|
||||
border-radius: 1vw;
|
||||
border: 3px #c7ab82 solid;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Georgia", serif;
|
||||
font-weight: normal;
|
||||
color: #7b5b2f;
|
||||
}
|
||||
Reference in New Issue
Block a user