Skip to content

Commit

Permalink
Update student.css
Browse files Browse the repository at this point in the history
  • Loading branch information
milanpal969 authored Feb 14, 2024
1 parent 48b267f commit ef697f0
Showing 1 changed file with 25 additions and 48 deletions.
73 changes: 25 additions & 48 deletions student.css
Original file line number Diff line number Diff line change
Expand Up @@ -1483,9 +1483,9 @@ text-decoration: none;
padding: 60px 10%;
display: flex;
color: #fff;
justify-content: space-between;
/* gap: 4.5%; */
/* flex-wrap: wrap; */
/* justify-content: space-between; */
gap: 4.5%;
flex-wrap: wrap;
}
.footadd1{
display: flex;
Expand Down Expand Up @@ -1617,25 +1617,13 @@ text-decoration: none;
padding: 60px 10%;
display: flex;
color: #fff;
justify-content: space-between;
/* gap: 4.5%; */
/* flex-wrap: wrap; */
}

.footvideo{
width: 100%;
height:8rem;
}
.footerCon2{
/* margin-left: 2rem; */
margin-right: 2rem;
}
.footaddress{
margin-right: 2rem;
/* justify-content: space-between; */
gap: 4.5%;
flex-wrap: wrap;
}

.footadd1{
display: flex;

}
.footadd1 img{
height:50px;
Expand Down Expand Up @@ -1700,7 +1688,6 @@ text-decoration: none;
}
/* Footer End */


@media only screen and (max-width: 800px) {
.footer{
flex-direction: column;
Expand Down Expand Up @@ -1761,34 +1748,24 @@ text-decoration: none;
.bluebarb{
display: flex;
}
.para_containi ul ul li {
list-style: none;
}
.header3 div .c{
margin-top: 30px;
}
.director_ok{
font-size: 1.5rem;
}
.ab{
font-size: 1.5rem;
margin-top: 20px;
}
.about_vision{
margin-top: 20px;
}

}

@media only screen and (max-width: 950px) {
.footer1{
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
}
.footcontact{
/* flex-direction: column; */
justify-content: center;

}
.foothead{
margin-top: 1.4rem;
text-decoration-line: underline;
}
.footlist{
margin-top: 10px;
}
.foothead2{
font-size: 14px;
font-weight: 300;
opacity: 0.7;
}

}


}

0 comments on commit ef697f0

Please sign in to comment.