Commit d3237d0e by Ajmal.S

css changes

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