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