/* Home */

.home {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-posts-head {
  margin: 12px 0 24px;
}
