17 lines
584 B
CSS
17 lines
584 B
CSS
/*---------- Media Query min-width Structure ----------*/
|
|
/*---------- Media Query max-width Structure ----------*/
|
|
/*---------- Break-point min-width Structure ----------*/
|
|
/*---------- Break-point max-width Structure ----------*/
|
|
.ast-below-header-2 .below-header-section-1 {
|
|
flex: auto;
|
|
}
|
|
|
|
.ast-header-break-point .ast-below-header-2 .below-header-user-select .user-select {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.ast-header-break-point .ast-below-header-2 .below-header-user-select > .ast-flex {
|
|
justify-content: flex-start;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|