/* -*- coding: utf-8 -*-*/
/* ╭──────────────────────────────────────────────────────────────────────────╮ */
/* │ ENNE — User Guide CSS                                                    │ */
/* ├──────────────────────────────────────────────────────────────────────────┤ */
/* │ Copyright (c) 2004-2025 Diego Calzà <diego.calza@gmail.com>              │ */
/* │         Terzo Tempo Volley | Amavolley Trentino                          │ */
/* │         via Verona 17                                                    │ */
/* │         38062 Arco (TN)                                                  │ */
/* │         Italy                                                            │ */
/* │                                                                          │ */
/* │ This program is proprietary software; you are not allowed to             │ */
/* │ redistribute and/or modify it.                                           │ */
/* │ This program is distributed in the hope that it will be useful,          │ */
/* │ but WITHOUT ANY WARRANTY; without even the implied warranty of           │ */
/* │ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     │ */
/* ╰──────────────────────────────────────────────────────────────────────────╯ */
/**/
/* :Created:   Tue Aug 20 15:34:12 2024*/
/* :Author:    Diego Calzà <diego.calza@gmail.com>*/
/**/

/* The default max-width for devices above 960px ("lg" in bootstrap parlance) is
 * ridiculously narrow for a technical manual, being at 88rem: override it to more
 * generous values. */

@media (min-width: 1280px) {
  .bd-page-width {
    max-width: 120rem;
  }

  .bd-sidebar-primary {
    flex-basis: 25%
  }
}

@media (min-width: 1400px) {
  .bd-page-width {
    max-width: 140rem;
  }
}
