6 lines
81 B
CSS
6 lines
81 B
CSS
.body {
|
|
padding-inline-start: 20px;
|
|
grid-row: 2 / 3;
|
|
grid-column: 2 / 3;
|
|
}
|