/* stylelint-disable selector-list-comma-newline-after */
.blog-header-logo {
  font-size: 1.3rem;
  text-align: right;
}

.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
