~repos /edge-city
git clone https://pyrossh.dev/repos/edge-city.git
edge-city is a next level meta-framework for react that runs only on edge runtimes
example/src/components/Layout/Layout.css
.layout { display: flex; margin-left: 20%;
& .sidebar { display: flex; flex-shrink: 0; flex-direction: column; align-items: center; padding: 20px; padding-top: 42px; line-height: 1.8em;
& a { margin-right: 20px; padding: 0.25rem; } }
& .content { display: flex; flex: 1; padding: 20px; padding-bottom: 50px; border-left: 2px solid #eee; min-height: 100vh; }}