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