7 lines
95 B
CSS
7 lines
95 B
CSS
body {
|
|
margin: 0 auto;
|
|
width: fit-content;
|
|
max-width: 100ex;
|
|
padding: 0 1ex;
|
|
}
|