Commit d3237d0e by Ajmal.S

css changes

parent 195e30ae
......@@ -126,7 +126,6 @@ body {
float: left;
height: 50vh;
padding: 20px;
color: #fff;
min-height: 520px;
}
......@@ -136,17 +135,26 @@ body {
height: 100vh;
min-height: 700px;
}
.c-width {
width: 80%;
}
}
@media screen and (max-width: 600px) {
.columns {
width: 100%;
height: 50vh;
min-height: 700px;
min-height: 650px;
}
.info:nth-of-type(1) {
padding: 10% 8%;
}
.c-width {
width: 80%;
}
}
/***** End Float css *****/
\ No newline at end of file
......@@ -65,7 +65,7 @@
<div class="underline"></div>
<span>1000 pts Discount<br>on Subscription</span>
</div>
<img src="assets/img/image-6.png" align="right" class="c-margin-t">
<img src="assets/img/image-6.png" align="right" class="c-margin-t c-width">
</div>
</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