|
@@ -38,9 +38,8 @@
|
|
padding-left: 2rem;
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
padding-right: 2rem;
|
|
img {
|
|
img {
|
|
- @include transform(scale(0.85));
|
|
|
|
- @extend .default-animation;
|
|
|
|
-
|
|
|
|
|
|
+ @include transform(scale(0.75));
|
|
|
|
+ @extend .default-animation;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -83,7 +82,7 @@
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
- @include transform(scale(0.75));
|
|
|
|
|
|
+ // @include transform(scale(0.75));
|
|
// &.active {
|
|
// &.active {
|
|
// a:after {
|
|
// a:after {
|
|
// top: 0;
|
|
// top: 0;
|
|
@@ -129,7 +128,10 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
left: -2rem;
|
|
left: -2rem;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ #logo img {
|
|
|
|
+ height: 3rem;
|
|
|
|
+ margin-left: 1rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
@media (max-width: 1024px) {
|
|
@@ -719,15 +721,15 @@
|
|
|
|
|
|
|
|
|
|
#new-footer {
|
|
#new-footer {
|
|
- // position:absolute;
|
|
|
|
|
|
+ position:absolute;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
|
.tothetop {
|
|
.tothetop {
|
|
- position: absolute;
|
|
|
|
|
|
+ position: relative;
|
|
// align-self: center;
|
|
// align-self: center;
|
|
height: 1rem;
|
|
height: 1rem;
|
|
- bottom: $footer-height + 10rem;
|
|
|
|
|
|
+ bottom: 3rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
@@ -817,14 +819,14 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .tothetop {
|
|
|
|
- bottom: $footer-height + 31rem;
|
|
|
|
- }
|
|
|
|
|
|
+ // .tothetop {
|
|
|
|
+ // bottom: $footer-height + 28rem;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
- .tothetop {
|
|
|
|
- bottom: $footer-height + 10rem !important;
|
|
|
|
- }
|
|
|
|
|
|
+ // .tothetop {
|
|
|
|
+ // bottom: $footer-height + 10rem;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
@media (max-width: 1024px) {
|
|
@@ -844,9 +846,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .tothetop {
|
|
|
|
- bottom: $footer-height + 8rem;
|
|
|
|
- }
|
|
|
|
|
|
+ // .tothetop {
|
|
|
|
+ // bottom: $footer-height + 11rem;
|
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|