.site-header, .breadcrumb, .main, .site-footer {
  max-width: 800px;
}

.author-social {
  width: 100%;
}

.about {
  text-align: left;
}

.article img {
  max-width: 100%;
  box-sizing: border-box;
  border: solid 0px lightgray;
  padding: 4px;
  display: flex;
}

.list .article {
  padding-bottom: 0px;
  border-bottom: none;
}

.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list .article-item {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  display: -webkit-flex;
  display: flex;
}
.list .article-item > a {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.list .article-item > a:visited {
  color: #a8a8a8;
}
.list .article-item time {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}

.terms > ul > li {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: none;
}

.highlight {
  margin: 3px 0 0 0;
}
.highlight pre, .highlight code {
  display: flex;
  margin: 0px;
}
.highlight code {
  padding: 5px 0 5px 5px;
}

.about ul:not(.author-social) {

}