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