Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59

This commit is contained in:
Bram Barbieri
2024-04-01 14:01:18 +02:00

View File

@@ -50,7 +50,7 @@ body {
border-radius: 10px;
margin: 20px;
padding: 20px;
width: 100%;
width: 90;
box-sizing: border-box;
}
@@ -98,8 +98,7 @@ body {
}
.filter-button {
flex: 1;
width: 20%;
width: 10%;
background-color: #007bff;
color: white;
padding: 10px;
@@ -108,4 +107,10 @@ body {
cursor: pointer;
}
.js-plotly-plot {
align-self: center;
width: 95%;
height: 100%;
margin: 10px;
}
/* Additional styling as needed */