5 lines
101 B
CSS
5 lines
101 B
CSS
.body {
|
|
margin: 0 auto 10px auto;
|
|
background-color: red;
|
|
width: var(--width-workspace);
|
|
} |