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.
|
- .row {
- display: flex;
- }
-
- .col {
- display: flex;
- flex-direction: column;
-
- }
-
- .space_between {
- justify-content: space-between;
- }
-
- .flex_1 {
- flex: 1;
- }
-
- .align_item_center {
- align-items: center;
- }
|