2015-07-03 09:33:45 -04:00
|
|
|
div#content {
|
|
|
|
width: 95%;
|
2015-07-04 08:28:09 -04:00
|
|
|
height: 100%;
|
2015-07-03 09:33:45 -04:00
|
|
|
min-width: 75em;
|
|
|
|
max-width: 100em;
|
2015-07-03 10:30:48 -04:00
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2015-07-03 09:33:45 -04:00
|
|
|
}
|