/* Show site title next to logo */
header a.shrink-0 .flex.items-center::after {
  content: "Skribble API Documentation";
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
}
