Basic implementation for notes app
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user