1
0

Basic implementation for notes app

This commit is contained in:
2022-08-25 17:14:37 +02:00
parent a0239ecda6
commit 2ab4497bd1
22 changed files with 671 additions and 171 deletions

View File

@@ -1,7 +1,3 @@
#content-container {
padding-top: 2em;
}
#widgets-container {
padding: 2em;
display: flex;
@@ -16,7 +12,7 @@
.widget {
flex-grow: 1;
background-color: #1d2121;
background-color:var(--background-color-highlight);
padding: 1em;
align-self: stretch;
}