Comment out styling in src/index.css
This commit is contained in:
@@ -305,10 +305,10 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
padding: 24px;
|
||||
border-radius: var(--radius);
|
||||
background: var(--bg-elevated);
|
||||
box-shadow: var(--shadow);
|
||||
/* padding: 24px; */
|
||||
/* border-radius: var(--radius); */
|
||||
/* background: var(--bg-elevated); */
|
||||
/* box-shadow: var(--shadow); */
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user