Commit 73b22c52 by Siyam Kumar

Tabletsview1

parent 39cdcdc5
......@@ -33,7 +33,9 @@ hr {
.container > div {
padding: 40px;
min-height: 90%;
min-height: calc(100% - 50px);
box-sizing: border-box;
}
.container> :nth-child(1) {
......@@ -70,3 +72,27 @@ hr {
max-height: 60px;
max-width: 130px;
}
@media screen and (min-width: 540px) {
.container > div {
float: left;
width: 50%;
min-height: 100%;
}
.mainimage{
max-height: 400px;
padding-top: 50px;
}
.subimage{
margin-top: 18px;
}
header {
position:fixed;
background-color: initial;
filter: invert(1);
}
}
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