Commit 7a0aa855 by Siyam Kumar

flex3

parent efc2c0f4
...@@ -16,7 +16,10 @@ header>img { ...@@ -16,7 +16,10 @@ header>img {
cursor: default; cursor: default;
margin: 0; margin: 0;
text-transform: uppercase; text-transform: uppercase;
}
.part2{
display: flex;
} }
.flex-container p { .flex-container p {
...@@ -66,7 +69,6 @@ hr { ...@@ -66,7 +69,6 @@ hr {
.mainimage { .mainimage {
margin: auto; margin: auto;
max-width: 100%;
} }
.desc { .desc {
...@@ -126,6 +128,7 @@ hr { ...@@ -126,6 +128,7 @@ hr {
.mainimage { .mainimage {
max-height: 300px; max-height: 300px;
/* min-width: 150px; */
} }
.part2 { .part2 {
...@@ -146,25 +149,22 @@ hr { ...@@ -146,25 +149,22 @@ hr {
} }
@media screen and (min-width: 1570px) { @media screen and (min-width: 1570px) {
.flex-container h4 {
font-size: 25px;
}
.flex-container p {
font-size: 20px;
}
.mainimage { .mainimage {
min-height: 370px; margin-left: 80px;
} }
} }
@media screen and (min-width: 2040px) { @media screen and (min-width: 2040px) {
.mainimage { .mainimage {
min-height: 450px; min-height: 300px;
} }
.part2{
margin-left: 100px; }
@media screen and (min-width: 2380px) {
.mainimage {
min-height: 350px;
} }
} }
} }
\ 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