added margin for icons-btns in footer, home-mobile

This commit is contained in:
Kostya
2023-12-02 21:33:37 +03:00
parent c70714fc86
commit f31978b22d
2 changed files with 11 additions and 1 deletions

View File

@@ -183,6 +183,16 @@ body {
background: #000;
}
.home-icon a img {
padding-left: 6px;
}
.settings-icon a img {
width: 75px;
height: 75px;
padding: 9px 0 0 6px;
}
.footer-mobile__block a {
display: flex;
justify-content: center;