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.
| 1234567891011121314151617 |
- /* Miscellaneous
- ******************************************************************************* */
-
- @import "../_bootstrap-extended/include";
-
- .misc-wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- min-block-size:
- calc(
- 100vh - calc(#{$container-padding-y} * 2)
- ); /* ?we have added container-p-y class to add padding on top & bottom */
-
- text-align: center;
- }
|