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;
}
.text-64 {
font-size: 0.5em; /* Adjust font size to fit */
font-size: 0.5em;
font-weight: bold;
top: 18%; /* Fine-tune vertical position */
left: 50%;
transform: translate(-50%, -50%); /* Center horizontally */
position: absolute; /* Position relative to the parent stack */
color: black; /* Or any other color */
bottom: -0.2em;
right: -0.2em;
position: absolute;
color: white;
transform: translate(-50%, -50%);
}
.text-32 {
font-size: 0.5em;
font-weight: bold;
top: 18%;
left: 50%;
transform: translate(-50%, -50%);
bottom: -0.2em;
right: -0.2em;
position: absolute;
color: black;
color: white;
transform: translate(-50%, -50%);
}
.checkbox-group {
display: grid;