Comment out styling in src/index.css

This commit is contained in:
2026-01-31 13:26:00 +01:00
parent 62da17740a
commit c12d7d03a5

View File

@@ -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%;
}