mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
13 lines
192 B
CSS
13 lines
192 B
CSS
body { background-color: #DDD; }
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
#wrap {
|
|
margin: auto;
|
|
width: 800px;
|
|
min-height: 400px;
|
|
padding: 1em;
|
|
background-color: white;
|
|
box-shadow: 0 0 2px #333;
|
|
} |