Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 257 Bytes

File metadata and controls

12 lines (12 loc) · 257 Bytes
/* This style is for demonstration purposes only. */
/* It's not required for the tabs to function. */
.example-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
}