diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 1ab7fbca76..65d6596fe6 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -1,15 +1,15 @@
{{ 'TRIAL_MESSAGE' | translate }}
- diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index 5407714bef..012b619458 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -22,6 +22,14 @@ height: 41px; } + .min-molodi-mobile { + display: none; + } + + .min-molodi-full { + display: block; + } + @media (max-width: 1000px) { padding: 1.5rem 3rem; flex-direction: column !important; @@ -61,4 +69,24 @@ height: 12px; } } + + @media (max-width: 450px) { + .min-molodi-mobile { + display: block; + margin-right: 105px; + } + + & > div { + margin-right: 0 !important; + justify-content: space-between !important; + } + + .min-molodi-full { + display: none; + } + + .mincult { + margin-right: 0 !important; + } + } }