add icon for 32 bit windows

This commit is contained in:
Bryan Gerlach
2025-09-25 13:16:11 -05:00
parent c429836057
commit 89ee4822dd

View File

@@ -93,23 +93,23 @@
color: #2e52f7; color: #2e52f7;
} }
.text-64 { .text-64 {
font-size: 0.5em; /* Adjust font size to fit */ font-size: 0.5em;
font-weight: bold; font-weight: bold;
top: 18%; /* Fine-tune vertical position */ bottom: -0.2em;
left: 50%; right: -0.2em;
transform: translate(-50%, -50%); /* Center horizontally */ position: absolute;
position: absolute; /* Position relative to the parent stack */ color: white;
color: black; /* Or any other color */ transform: translate(-50%, -50%);
} }
.text-32 { .text-32 {
font-size: 0.5em; font-size: 0.5em;
font-weight: bold; font-weight: bold;
top: 18%; bottom: -0.2em;
left: 50%; right: -0.2em;
transform: translate(-50%, -50%);
position: absolute; position: absolute;
color: black; color: white;
transform: translate(-50%, -50%);
} }
.checkbox-group { .checkbox-group {
display: grid; display: grid;