5 lines
98 B
CSS
5 lines
98 B
CSS
|
/* limit the width of /about/** to help readability */
|
||
|
.content #summary {
|
||
|
max-width: 800 px;
|
||
|
}
|