Skip to content

Commit

Permalink
learn page responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanthink committed Mar 18, 2024
1 parent 3028104 commit 46694af
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 158 deletions.
23 changes: 23 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,10 @@ img {
background-color: rgb(255, 0, 25);
color: #fff;
}
.portfolio .portfolio_slider .portfolio_video iframe {
height: 250px;
width: 100%;
}

.portfolio .portfolio_slider .topbar button {
padding: 8px 25px;
Expand Down Expand Up @@ -711,6 +715,10 @@ img {
/* =======================================================================================================================
==================================================================== learn page css starts from here
========================================================================================================================= */
.learn_banner .learn_banner_video iframe {
height: 670px;
width: 1191px;
}

.learn_roadmap .card h5 {
font-size: 18px;
Expand Down Expand Up @@ -910,6 +918,21 @@ img {
.satisfaction .flx {
width: 315px;
}
.footer .content .footer_frm {
width: 220px;
}
.portfolio .portfolio_slider .topbar button {
padding: 2px 7px;
font-size: 13px;
}
.portfolio .portfolio_slider .portfolio_video iframe {
height: 190px;
width: 100%;
}
.learn_banner .learn_banner_video iframe {
height: 168px;
width: 284px;
}
}

/* Styles for screens between 768px and 992px wide */
Expand Down
Loading

0 comments on commit 46694af

Please sign in to comment.