index — crispy-website @ 9eeb7d21b03b57691e92587581318f2a8d6b5c12

My personal homepage (very crispy)

static/css/center.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
body{
  display: flex;
  justify-content: center;
}

p{
  max-width: 80ch;
  text-wrap: wrap;
}