Styling to help the todo list cards fit the overall sytle better.
This commit is contained in:
parent
1d77aa5dcf
commit
276e6fd3c7
1 changed files with 4 additions and 2 deletions
|
|
@ -465,8 +465,7 @@ onMounted(async () => {
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
margin-bottom: 30px;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.widget-header {
|
||||
|
|
@ -503,6 +502,9 @@ onMounted(async () => {
|
|||
|
||||
.page-container {
|
||||
height: 100%;
|
||||
margin: 20px;
|
||||
gap: 20px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.chart-section {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue