9 lines
104 B
CSS
9 lines
104 B
CSS
|
#body_div {
|
||
|
width: 900px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
header .topbar .container {
|
||
|
width: 900px;
|
||
|
margin: auto;
|
||
|
}
|