Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 48 additions & 1 deletion CSS/front_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,42 @@ header
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
/* Setting media queries for the transbox2-Hardik */
@media only screen and (max-width:765px){
.logo1{
display: none;
}
.logo2{
display: none;
}
.transbox2 .heading1{
font-size: 2.7em;
}
.transbox2 .heading2 span{
font-size: 1em;
}
.transbox2 .heading2{
font-size: 2.9em;
}
.transbox2 .heading3{
font-size: 1.5em;
}
}
@media only screen and (max-width:485px){
.transbox2 .heading2 span{
font-size: 0.8em;
}
.transbox2 .heading1{
font-size: 2.6em;
}
.transbox2 .heading2{
font-size: 2.2em;
}
.transbox2 .heading3{
font-size: 1.3em;
}
}
/* Media uery setup of transbox2 ends here */
.Text{/*common properties for all the text present on the blue box*/
display: inline-block;
text-align: center;
Expand Down Expand Up @@ -204,9 +240,12 @@ span{/*Setting properties for < and > symbol which is present before and after t
align-items: center;
}
.transbox3{
height: 30rem;
height: 17rem;

}
.Gallery{
height: 20vh;
}
}
/* For ipad */
@media (max-width:1024px) and (min-width: 769px)
Expand All @@ -222,6 +261,7 @@ span{/*Setting properties for < and > symbol which is present before and after t
.item{
margin-left: 2vw;
}


}

Expand Down Expand Up @@ -279,6 +319,13 @@ span{/*Setting properties for < and > symbol which is present before and after t
align-items: center;
padding: 1.0rem;
overflow-x: scroll;
height: 15vh;
}
.transbox3{
height: 10rem;
}
.item{
height: 100px;
}
.leftgallerybttn, .rightgallerybttn{
/* display: none; */
Expand Down