pages/css/layout.css
2025-06-10 13:07:54 -04:00

5 lines
No EOL
83 B
CSS

.container {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}