mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added margin for icons-btns in footer, home-mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="footer-mobile__block settings-icon">
|
||||
<a href="#">
|
||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
||||
<img width="" src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user