|
@@ -263,18 +263,6 @@ export default {
|
|
|
margin-bottom: 144px;
|
|
|
}
|
|
|
|
|
|
- .classification-items {
|
|
|
- display: flex;
|
|
|
-
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- .classification-item {
|
|
|
- width: 250px;
|
|
|
- height: 280px;
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.client-course-classification__info {
|
|
@@ -367,32 +355,12 @@ export default {
|
|
|
.client-course-classification {
|
|
|
box-sizing: border-box;
|
|
|
text-align: center;
|
|
|
- height: 400px;
|
|
|
- padding-top: 35px;
|
|
|
+ height: unset;
|
|
|
+ padding: 35px 0;
|
|
|
|
|
|
.classification-title {
|
|
|
margin-bottom: 42px;
|
|
|
}
|
|
|
-
|
|
|
- .classification-items {
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-around;
|
|
|
- }
|
|
|
-
|
|
|
- .classification-item {
|
|
|
- box-sizing: border-box;
|
|
|
- margin: 10px;
|
|
|
- width: calc(50% - 20px);
|
|
|
- height: 140px;
|
|
|
-
|
|
|
- &:not(:nth-child(even)) {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- &:nth-child(n+3) {
|
|
|
- margin-top: 0;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.client-course-classification__info {
|