Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }