Skip to content

Commit

Permalink
Update css to force responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jahir-raihan authored Aug 16, 2023
1 parent 731d458 commit edac04e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ body {
border: var(--border);
}
.experience-projects .experience-project .project-or-company-image iframe {
width: 300px;
height: 100%;
width: 300px !important;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
border: var(--border);
Expand Down Expand Up @@ -564,7 +564,7 @@ example {
transition-duration: 0.5s;
}
.profile-intro .p-i-container .p-i-left .p-i-left-container iframe {
transition-duration: 0.5s;
transition-duration: 0.5s !important;
}
.experience-projects .e-p-container {
width: 800px;
Expand Down Expand Up @@ -686,7 +686,7 @@ example {
margin-bottom: 0.5em !important;
}
.experience-projects .e-p-container .experience-project .project-or-company-image iframe {
width: 100%;
width: 100% !important;
height: 150px !important;
-o-object-fit: cover;
object-fit: cover;
Expand Down

0 comments on commit edac04e

Please sign in to comment.