Commit ded2c792 by Ajmal.S

update style css

parent 72d9d2a2
......@@ -114,23 +114,47 @@ body {
}
.columns {
float: left;
padding: 10%;
width: 100% !important;
min-height: 300px;
height: 100vh;
max-height: 700px;
}
.img-c {
text-align: center;
}
@media only screen and (min-width: 250px) {
.img-m-w {
max-width: 100%;
}
/* .img-c img {
position: absolute;
display: block;
object-fit: contain;
height: 50%;
width: 80%;
} */
@media only screen and (min-width: 564px) {
.columns {
width: 100% !important;
min-height: 300px;
max-height: 500px;
}
.img-m-w{
max-width: 100%;
.info {
float: left;
}
.img-c {
float: right;
}
/* .custom-img-position {
position: relative;
left: 50px;
width: auto;
} */
}
/***** End Float css *****/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment