• Operand
  • license? go ahead.

gram:page

> ./src/App.css

Lenses
(coming soon!)


#base {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  display:flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

/* center the editor inside the #root */
#page {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  flex: 1;
  background-color: #f8f9fa;
  color: #333;
}