mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed unit from px to % in asidebar(menu)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu__btn--home {
|
.menu__btn--home {
|
||||||
margin-top: 12px;
|
margin-top: 12%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__btns--gamemodes {
|
.menu__btns--gamemodes {
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu__content--gamemodes a {
|
.menu__content--gamemodes a {
|
||||||
padding: 20px 10px;
|
padding: 35% 7%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__content--gamemodes a img {
|
.menu__content--gamemodes a img {
|
||||||
@@ -53,5 +53,5 @@
|
|||||||
.menu__btn--settings {
|
.menu__btn--settings {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 1.2%;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user