Commit da037b98 by Ajmal.S

corrections

parent f1c50450
......@@ -8,7 +8,8 @@ body {
}
.logo {
position: relative;
position: absolute;
top: 16px;
}
hr {
......@@ -57,10 +58,14 @@ hr {
figure {
float: right;
margin: 0;
}
figure img {
max-width: 100%;
width: 100%;
height: 25em;
object-fit: contain;
}
@media only screen and (min-width: 540px) {
......@@ -82,9 +87,10 @@ figure img {
@media only screen and (min-width: 768px) {
.column {
width: 50%;
max-height: 500px;
max-height: 400px;
float: left;
padding: 5%;
height: 50vh;
}
figure {
......@@ -98,17 +104,12 @@ figure img {
max-height: 484px;
float: left;
padding: 3%;
height: 50vh;
}
.logo {
bottom: 7%;
right: 8%;
}
.c-img {
height: max(350px, 15vh);
object-fit: contain;
max-width: 250px;
top: 20px;
left: 15px;
}
}
......
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