Add _some_ scaling to the home buttons and its text

This commit is contained in:
KingRainbow44
2023-05-26 12:03:25 -04:00
parent 60d4211887
commit 2107866787

View File

@@ -3,8 +3,8 @@
flex-direction: column;
padding: 20px;
width: 196px;
height: 196px;
width: min(10vw, 196px);
height: min(20vh, 196px);
background-color: var(--primary-color);
@@ -40,6 +40,6 @@
}
.HomeButton_Label {
font-size: 30px;
font-size: min(1.3vw, 30px);
text-align: center;
}