/* Desktop-specific styles (extracted from site.css) */

@media (min-width: 768px) {
  html {
    font-size: 70%;
  }

  .navbar-nav .user-btn-group {
    display: inline-flex;
  }
}

/* Desktop: show user menu on the right in layout - handled by markup, but styles here keep spacing */
.navbar .user-btn-group > .btn:first-child {
  max-width: none;
}
