Correcting style sheet
This commit is contained in:
parent
8e34e1056a
commit
39ceb520ba
@ -14,6 +14,7 @@ body {
|
||||
font-family: var(--font-sans);
|
||||
background-color: var(--bg-dark);
|
||||
color: var(--text-light);
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@ -48,12 +49,12 @@ body {
|
||||
}
|
||||
|
||||
.main {
|
||||
margin-left: 220px;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
background-color: var(--bg-dark);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.members-table {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user