mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added margin for icons-btns in footer, home-mobile
This commit is contained in:
@@ -183,6 +183,16 @@ body {
|
|||||||
background: #000;
|
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 {
|
.footer-mobile__block a {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="footer-mobile__block settings-icon">
|
<div class="footer-mobile__block settings-icon">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
<img width="" src="@/assets/icons-adaptive/home-adaptive/icon-settings.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user