Files
sukr/deprecated/sass/custom.scss
Timothy DeHerrera 8b1e0d1f29 chore: move zola infrastructure to deprecated/
Relocate legacy static site generator configuration to clear
namespace for new Rust-based compiler:

- config.toml, netlify.toml
- sass/, templates/ directories
- themes/apollo submodule (updated .gitmodules path)

Content directory preserved at root for compatibility.
2026-01-24 18:30:58 -07:00

7 lines
99 B
SCSS

.content {
max-width: 1000px;
margin: 0 auto;
padding: 0 0.618em;
word-wrap: break-word;
}