7 lines
105 B
CSS
7 lines
105 B
CSS
#content_body
|
|
{
|
|
justify-self: center;
|
|
min-width: 200px;
|
|
max-width: 1440px;
|
|
width: 98%;
|
|
}
|