#projects-timeline {
    min-height: 120px;
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    box-shadow: 0 2px 8px #0001;
    position: relative;
  }
  #timeline-view-switch button.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
  }