Commit d0b79515 by Ajmal.S

css changes

parent fe153d35
......@@ -57,10 +57,7 @@ figure {
}
figure img {
max-width: 100%;
width: 100%;
height: 25em;
object-fit: contain;
}
/***** Float css *****/
......@@ -75,10 +72,6 @@ figure img {
width: 30%;
}
figure {
width: 50%;
}
}
@media only screen and (min-width: 768px) {
......@@ -103,6 +96,11 @@ figure img {
padding: 3%;
height: 50vh;
}
figure img {
height: 25rem;
object-fit: contain;
}
}
/***** End Float css *****/
\ No newline at end of file
......@@ -10,7 +10,7 @@
<body>
<div class="column">
<div class="logo">
<div>
<img src="assets/img/logo-aoc.png" width="85" height="30">
</div>
<div class="info">
......@@ -20,7 +20,7 @@
<p>1 Year Free Mobile Security</p>
</div>
<figure>
<img src="assets/img/image-1.png" class="c-img">
<img src="assets/img/image-1.png">
</figure>
</div>
<div class="column">
......@@ -75,7 +75,7 @@
<p>1000 pts Discount on Subscription</p>
</div>
<figure>
<img src="assets/img/image-6.png" class="c-img">
<img src="assets/img/image-6.png">
</figure>
</div>
</body>
......
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