From 89ee4822dd3e1c65ce5133646538597e4109a5aa Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 25 Sep 2025 13:16:11 -0500 Subject: [PATCH] add icon for 32 bit windows --- rdgenerator/templates/generator.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rdgenerator/templates/generator.html b/rdgenerator/templates/generator.html index 0c4a653..03e8237 100644 --- a/rdgenerator/templates/generator.html +++ b/rdgenerator/templates/generator.html @@ -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;