style: reduce about page width
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m1s

This commit is contained in:
Thomas Bishop 2025-12-17 19:19:55 +00:00
parent fe7c107c0e
commit 38a6b5c270

View file

@ -2,7 +2,7 @@ import PageTemplate from "@/templates/PageTemplate"
const PageBody = () => { const PageBody = () => {
return ( return (
<div className="p-4 lg:p-6"> <div className="max-w-2xl p-4 lg:p-6">
<p className="leading-[1.5] mb-4 not-first:mt-4"> <p className="leading-[1.5] mb-4 not-first:mt-4">
Eólas is custom software I built to publish my personal knowledge bases. It is a work in Eólas is custom software I built to publish my personal knowledge bases. It is a work in
progress and there are several features I have yet to introduce. progress and there are several features I have yet to introduce.