adaptive_1.3

This commit is contained in:
2025-09-21 20:43:57 +03:00
parent 46c4b73ccf
commit e0dd42d9b1
2 changed files with 24 additions and 1 deletions

View File

@@ -1057,6 +1057,7 @@
<p class="heading_subtitle">best jobs for you</p> <p class="heading_subtitle">best jobs for you</p>
<h2 class="heading_title">Our students work here</h2> <h2 class="heading_title">Our students work here</h2>
</div> </div>
<div class="companies_grid_wrapper">
<ul class="companies_grid"> <ul class="companies_grid">
<!-- 1 --> <!-- 1 -->
<li class="companies_grid_item"> <li class="companies_grid_item">
@@ -1133,6 +1134,7 @@
</ul> </ul>
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- седьмая секция сайта аккордеон --> <!-- седьмая секция сайта аккордеон -->
<section class="main_program program" id="program"> <section class="main_program program" id="program">

View File

@@ -845,6 +845,7 @@ body {
background: #F4F5F6; background: #F4F5F6;
} }
.companies_inner { .companies_inner {
text-align: center;
} }
.companies_heading { .companies_heading {
text-align: center; text-align: center;
@@ -854,7 +855,7 @@ body {
.companies_grid { .companies_grid {
display: grid; display: grid;
grid-template: repeat(2, auto) / repeat(6, 1fr); grid-template: repeat(2, auto) / repeat(6, 1fr);
gap: 40px 100px; gap: 40px 8,1%;
} }
.companies_grid_item { .companies_grid_item {
} }
@@ -948,6 +949,10 @@ body {
} }
.program_image { .program_image {
} }
.program_image img {
width: 100%;
height: 100%;
}
/* -----------------------------------MAIN BLOG------------------------------------------- */ /* -----------------------------------MAIN BLOG------------------------------------------- */
@@ -1497,6 +1502,9 @@ body {
.directions_link_content { .directions_link_content {
padding: 24px 5px; padding: 24px 5px;
} }
.companies_grid {
grid-template: repeat(3, auto) / repeat(4, 1fr);
}
} }
/* ----------------------------------------------------1200--------------------------------------------------------- */ /* ----------------------------------------------------1200--------------------------------------------------------- */
@@ -1623,6 +1631,13 @@ body {
.cert_text { .cert_text {
text-align: center; text-align: center;
} }
.companies_grid {
gap: 40px 5%;
}
.program_image {
max-width: 400px;
}
} }
/* --------------------------------------------------------700--------------------------------------------------------------------------- */ /* --------------------------------------------------------700--------------------------------------------------------------------------- */
@@ -1713,6 +1728,9 @@ body {
.testimonials_dots button{ .testimonials_dots button{
width: 20px; width: 20px;
} }
.companies_grid {
grid-template: repeat(4, auto) / repeat(3, 1fr);
}
} }
/* ------------------------------------------------------450------------------------------------------------------------- */ /* ------------------------------------------------------450------------------------------------------------------------- */
@@ -1748,6 +1766,9 @@ body {
.cert_logos-item:last-child { .cert_logos-item:last-child {
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
.companies_grid {
grid-template: repeat(6, auto) / repeat(2, 1fr);
}
} }