diff --git a/front/src/views/newHome/components/WorkDynamics.vue b/front/src/views/newHome/components/WorkDynamics.vue index e3d435b9..eb5616e0 100644 --- a/front/src/views/newHome/components/WorkDynamics.vue +++ b/front/src/views/newHome/components/WorkDynamics.vue @@ -557,8 +557,6 @@ height: 3rem; display: flex; position: fixed; - bottom: 1.56rem; - right: 0rem; z-index: 10; flex-direction: column; justify-content: space-between; @@ -615,4 +613,22 @@ background-size: 140% 126%; background-position: center; } + @media only screen and (max-width: 1920px) { + .fixedmount { + bottom: 1.56rem; + right: 0rem; + } + } + @media only screen and (min-width: 1921px) and (max-width: 3840px) { + .fixedmount { + bottom: 1.56rem; + right: 9.6rem; + } + } + @media only screen and (min-width: 3841px) and (max-width: 5760px) { + .fixedmount { + bottom: 1.56rem; + right: 19.2rem; + } + }