Commit ded2c792 by Ajmal.S

update style css

parent 72d9d2a2
...@@ -114,23 +114,47 @@ body { ...@@ -114,23 +114,47 @@ body {
} }
.columns { .columns {
float: left;
padding: 10%; padding: 10%;
width: 100% !important;
min-height: 300px;
height: 100vh;
max-height: 700px;
} }
.img-c { .img-c {
text-align: center; 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 { .columns {
width: 100% !important; max-height: 500px;
min-height: 300px;
} }
.img-m-w{ .info {
max-width: 100%; float: left;
}
.img-c {
float: right;
} }
/* .custom-img-position {
position: relative;
left: 50px;
width: auto;
} */
} }
/***** End Float css *****/ /***** 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