This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add zen container

+2 -5
+1 -4
src/components/Footer/Footer.js
··· 22 22 </div> 23 23 {/* Additional Info */} 24 24 <div className="footer-info"> 25 - <p>&copy; {new Date().getFullYear()} cred.blue. All rights reserved. <Link to="/zen" className="zen-link">Zen</Link></p> 26 - </div> 27 - <div className="zen-info"> 28 - <Link to="/zen">Zen</Link> 25 + <p>&copy; {new Date().getFullYear()} cred.blue. All rights reserved. <Link to="/zen" className="zen-link">Zen</Link>.</p> 29 26 </div> 30 27 </div> 31 28 </footer>
+1 -1
src/components/ZenPage.js
··· 6 6 7 7 const ZenPage = () => { 8 8 return ( 9 - <div style={{ 9 + <div className="zen-container" style={{ 10 10 display: "flex", 11 11 flexDirection: "column", 12 12 alignItems: "center",