|
@@ -424,6 +424,10 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width:1000px) and (max-width:1680px){
|
|
|
+ body {
|
|
|
+ transform: scaleX(0.95) scaleY(0.94);
|
|
|
+ transform-origin: top left;
|
|
|
+ }
|
|
|
.text_content {
|
|
|
height: 95%;
|
|
|
}
|
|
@@ -438,7 +442,7 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
}
|
|
|
|
|
|
.header-contanier{
|
|
|
- margin-top: -2%;
|
|
|
+ /* margin-top: -2%; */
|
|
|
transform: scale(0.8);
|
|
|
transform-origin: top center;
|
|
|
}
|
|
@@ -454,7 +458,7 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
|
|
|
.wrap_content {
|
|
|
transform: scale(0.9);
|
|
|
- transform-origin: left center;
|
|
|
+ transform-origin: top center;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -463,6 +467,13 @@ div.search-area > div:nth-child(2) > form > div > input{
|
|
|
transform: scaleY(0.9);
|
|
|
transform-origin: top;
|
|
|
margin-top: -2%;
|
|
|
+ height: 74vh;
|
|
|
+ }
|
|
|
+
|
|
|
+ #foot{
|
|
|
+ position: fixed;
|
|
|
+ bottom: 19px;
|
|
|
+ transform: scaleY(0.9);
|
|
|
}
|
|
|
|
|
|
|