top_bar.css 145 B

1234567
  1. .top-bar {
  2. display: flex;
  3. flex-direction: row;
  4. flex-wrap: nowrap;
  5. justify-content: space-between;
  6. align-items: flex-start;
  7. }