.site-shell {
  display:flex;
  flex-direction:column;
  width:min(100%, 1278px);
  min-height:100vh;
  margin:0 auto;
  background:var(--paper);
}
