Commit 0985d807 by Siyam Kumar

resolutionchange

parent bbfb68a1
......@@ -113,8 +113,8 @@ hr {
.mainimage {
float: right;
margin-top: -160px;
max-width: 120px;
min-height: 160px;
max-width: 130px;
min-height: 190px;
}
.container h4 {
......@@ -124,7 +124,7 @@ hr {
}
.container p {
font-size: 10px;
font-size: 11px;
float: left;
text-transform: uppercase;
}
......@@ -132,7 +132,26 @@ hr {
hr {
width: 50%;
float: left;
margin-right: 120px;
margin-right: 170px;
}
}
@media screen and (min-width: 1540px) {
.mainimage {
float: right;
margin-top: -160px;
max-width: 185px;
min-height: 310px;
}
.container h4 {
max-width: 50%;
font-size: 17px;
}
.container p{
font-size: 13px;
}
}
\ 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