oops
This commit is contained in:
5
webapp/dist/styles.css
vendored
5
webapp/dist/styles.css
vendored
@@ -19,7 +19,7 @@ html, body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center > * {
|
.center > * {
|
||||||
@@ -36,7 +36,6 @@ html, body {
|
|||||||
width: calc(100% - 20vw);
|
width: calc(100% - 20vw);
|
||||||
height: calc(100% - 20vw);
|
height: calc(100% - 20vw);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-flow: column;
|
|
||||||
}
|
}
|
||||||
.chart-container > * {
|
.chart-container > * {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -44,7 +43,7 @@ html, body {
|
|||||||
|
|
||||||
#myChart {
|
#myChart {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 2vw;
|
padding: 1vw;
|
||||||
border-radius: 1vw;
|
border-radius: 1vw;
|
||||||
border: 3px #c7ab82 solid;
|
border: 3px #c7ab82 solid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user