Skip to content

Commit

Permalink
Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Aug 8, 2024
1 parent 5a189b1 commit 6c0f1cd
Showing 1 changed file with 51 additions and 10 deletions.
61 changes: 51 additions & 10 deletions src/Components/Careers/careers.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

.container2Careers {
width: 100vw;
height: 700px;
height: auto;
min-height: 700px;
}

.headingCareers2 {
Expand All @@ -74,14 +75,18 @@
}

.boxes1Careers {
width: 92vw;
width: 100vw;
margin: auto;
height: 450px;
height: auto;
min-height: 425px;
justify-content: center;
flex-wrap: wrap;
display: flex;
}

.box1Careers {
width: 100%;
width: auto;
max-width: 400px;
padding: 45px;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -118,18 +123,44 @@
}

.box2aCareers {
height: 225px;
height: auto;
display: flex;
transition: transform 0.3s ease, background-color 0.3s ease;
}

@media only screen and (max-width:500px) {
.box2aCareers{
flex-wrap: wrap;
margin-bottom: 20px;
}
.box1Careers{
padding: 20px;
font-size: 15px;
}
.box1Careers{
align-items: center;
}
.headingCareers3,.descriptionCareers3{
font-size: 15px !important;
}
.Careeers2abdesc{
font-size: 15px !important;
}
.container4Careers{
gap: 50px;
flex-wrap: wrap;
margin-top: 50px !important;
margin-bottom: 50px;
}
}
.box2aCareers:hover {
transform: scale(1.05);
background-color: #3228a7;
}

.Careers2aa {
width: 100%;
min-width: 300px;

height: 140px;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -415,7 +446,7 @@
}

.boxes4Careers {
width: 250px;
width: 90%;
padding: 15px;
border-radius: 20px;
}
Expand All @@ -429,7 +460,17 @@
.box4desc {
font-size: 12px;
}

.boxes3Careers{
flex-wrap: wrap;
height: auto;
}
.boxes3aCareers{
height: auto !important;

}
.boxes3aCareers li{
font-size: 15px;
}
.box3adesc ul li {
line-height: 25px;
}
Expand Down Expand Up @@ -458,7 +499,7 @@
}

.box4desc {
font-size: 10px;
font-size: 16px;
}

.descriptionCareers3 {
Expand All @@ -471,7 +512,7 @@
}

.boxes4Careers {
width: 200px;
width: 90%;
height: auto;
}
}
Expand Down

0 comments on commit 6c0f1cd

Please sign in to comment.