diff --git a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css index 1098165..55193e5 100644 --- a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css +++ b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css @@ -180,20 +180,22 @@ body { align-items: center; margin-top: 10px; } - -.icons-size img { - width: 65px; - height: 65px; -} - -.icons-margin a { - margin: 0 10px; -} - .chat-icon a, .home-icon a, .settings-icon a { background: #000; } +.footer-mobile__block a { + display: flex; + justify-content: center; + align-items: center; + width: 65px; + height: 65px; + background: #D9D9D91F; + border-radius: 20px; + margin: 0 10px; +} + + /* /Footer */ \ No newline at end of file diff --git a/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue b/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue index 30907bd..8d52ce5 100644 --- a/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue +++ b/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue @@ -39,18 +39,18 @@