Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

page-misc.scss 433B

1234567891011121314151617
  1. /* Miscellaneous
  2. ******************************************************************************* */
  3. @import "../_bootstrap-extended/include";
  4. .misc-wrapper {
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. min-block-size:
  10. calc(
  11. 100vh - calc(#{$container-padding-y} * 2)
  12. ); /* ?we have added container-p-y class to add padding on top & bottom */
  13. text-align: center;
  14. }