Tinion's Finale: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
font-size: 10pt; | font-size: 10pt; | ||
} | } | ||
.container { | |||
max-width: 1200px; /* Adjust to your preferred width */ | |||
margin: 0 auto; /* Centers the container horizontally */ | |||
padding: 0 20px; /* Optional, for some spacing around the content */ | |||
} | |||
table { | table { |