@media screen and (max-width: 840px) {
  #titleBar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    /*border-bottom: 1px solid #ddd;*/
  }

  #titleBar .title {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  #titleBar .logo-image {
    margin-right: 10px;
  }

  #titleBar .title > h1 {
    display: none;
  }
}
