Update dashboard styles

This commit is contained in:
Sietse Jonker
2024-04-02 11:45:13 +02:00
parent b5f0b7cc5a
commit 30d8543ff4

View File

@@ -12,23 +12,22 @@ body {
margin-top: 8vh;
background-color: #f0f0f0;
flex-direction: column;
background-color: #fff;
background-color: #afafaf;
align-items: center;
}
.gaugeGroup {
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
width: 98vw;
height: auto;
display: flex;
flex-direction: column; /* Keep as column */
justify-content: flex-start;
background-color: #d3d3d3;
background-color: #333;
color: #fff;
padding: 10px;
border-radius: 50px;
/* border: 2px solid #333; */
border: 2px solid #333;
clear: both;
margin-bottom: 10px;
position: relative;