mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-27 21:58:55 +01:00
10 lines
126 B
CSS
10 lines
126 B
CSS
|
body {
|
||
|
max-width: 800px;
|
||
|
padding: 3em;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
table.text-left td {
|
||
|
text-align: left;
|
||
|
}
|