Charts for list data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.container {
|
||||
display: flex;
|
||||
height: 100vh; /* Adjust to desired height */
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.column {
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
.result-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-gap: 10px;
|
||||
}
|
||||
|
||||
.result-item {
|
||||
background-color: #f2f2f2;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user