html body .site-wrapper .site-name {
  width: auto;
  display: flex;
  align-self: center;
  align-items: center;
  max-width: 100%; }
  @media (max-width: 768px) {
  html body .site-wrapper .site-name {
    flex-direction: column; } }

.site-name {
  padding-top: 22px; }
