Skip to content

Commit

Permalink
ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanthink committed Mar 16, 2024
1 parent 27bca8d commit 18d920b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ img {
color: #99979c;
}

.evolution .main .video {
padding-right: 3rem;
}
.evolution .main .evolution_video {
height: 400px;
width: 100%;
Expand Down Expand Up @@ -827,6 +830,59 @@ img {
.section-padding {
padding: 20px;
}
.evolution .main {
margin-top: 40px;
padding: 30px;
}
.evolution .main .video {
padding-right: 0;
}
.evolution .main .evolution_video {
height: auto;
width: 100%;
margin-bottom: 20px;
}
.evolution .main h6 {
font-size: 10px;
padding: 5px 10px;
}
.evolution .main h2 {
font-size: 16px;
}
.service .service_slider .topbar button {
padding: 1px 21px;
font-size: 10px;
}
.service .service_slider .topbar {
padding: 0px 0px;
display: flex;
}
.service .service_slider .inner_part {
padding-top: 40px;
}
.service .service_slider .inner_part h2 {
font-size: 20px;
}
.service .service_slider .inner_part p {
padding-right: 0px;
}
.service .service_slider .inner_part .buttons button.active-button {
font-size: 10px;
}
.service .service_slider .inner_part .buttons button {
padding: 6px 9px;
font-size: 10px;
}
.service .service_slider .inner_part .buttons span {
height: 20px;
width: 20px;
margin-right: 15px;
line-height: 20px;
}
.clients .clients_logo {
padding: 40px 35px;
width: 100%;
}
}

/* Styles for screens between 768px and 992px wide */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2 class="common-heading">Our Evolution</h2>
<div class="main">
<div class="row">
<div class="col-lg-6">
<div class="video pe-5">
<div class="video">
<iframe class="evolution_video"
src="https://www.youtube.com/embed/SwhNWQFbeI0?autoplay=0&mute=0&controls=1"></iframe>
</div>
Expand Down

0 comments on commit 18d920b

Please sign in to comment.